Numeric redundancies. Could be bad when using copy paste

This commit is contained in:
thatsIch
2014-10-09 21:12:43 +02:00
parent 6bc002fe63
commit 5d9d6a865a
15 changed files with 36 additions and 36 deletions
@@ -47,7 +47,7 @@ public class TileCraftingStorageTile extends TileCraftingTile
{
default:
case 0:
return 1 * 1024;
return 1024;
case 1:
return 4 * 1024;
case 2: