remove unused variable, and added lumen cable.

This commit is contained in:
AlgorithmX2
2014-05-25 17:43:17 -05:00
parent 7b33635c47
commit fa376237fd
11 changed files with 96 additions and 8 deletions
@@ -217,7 +217,7 @@ public class GuiCraftAmount extends AEBaseGui
try
{
long result = Long.parseLong( amountToCraft.getText() );
Long.parseLong( amountToCraft.getText() );
next.enabled = amountToCraft.getText().length() > 0;
}
catch (NumberFormatException e)