Replaced C-style array instantiation with Java-Style
This commit is contained in:
@@ -173,7 +173,7 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
|
||||
@Override
|
||||
public IIcon getIconIndex(ItemStack stack)
|
||||
{
|
||||
IIcon list[] = null;
|
||||
IIcon[] list = null;
|
||||
|
||||
int damage = this.getProgress( stack );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user