Fix compile error

This commit is contained in:
cnr 2016-07-14 03:11:59 -05:00
parent e28320b361
commit 4d0903dba7
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ public class GadgetManager extends MiniPlugin
if (armor.getSlot() == slot)
{
armor.removeArmor(player);
armor.removeArmor(player, true);
}
}
}