Fixed Java 6 incompatibility.

This commit is contained in:
AlgorithmX2
2014-08-05 11:04:14 -05:00
parent 995d985987
commit 13a4045299
4 changed files with 15 additions and 15 deletions
@@ -102,11 +102,6 @@ public class GuiLevelEmitter extends GuiUpgradeable
addQty( getQty( btn ) );
}
private int getQty(GuiButton btn)
{
return Integer.parseInt( btn.displayString );
}
private void addQty(long i)
{
try