mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Remove unecessary comment
This commit is contained in:
parent
ac618cf48a
commit
afd2b50900
@ -144,7 +144,7 @@ public class SmeltingManager extends SkillManager {
|
||||
|
||||
//Process double smelt
|
||||
if (Config.getInstance().getDoubleDropsEnabled(PrimarySkillType.SMELTING, resultItemStack.getType())
|
||||
&& resultItemStack.getAmount() < itemLimit //We take away 1 because there's a certain "exploit" when certain plugins are used in combination
|
||||
&& resultItemStack.getAmount() < itemLimit
|
||||
&& isSecondSmeltSuccessful()) {
|
||||
|
||||
ItemStack newResult = resultItemStack.clone();
|
||||
|
Loading…
Reference in New Issue
Block a user