fixed style

This commit is contained in:
SpaceToad 2014-07-06 14:46:40 +02:00
parent 40c882de25
commit fcab170b0b

View file

@ -68,7 +68,7 @@ public class SchematicPipe extends SchematicTile {
} else {
// Post 6.1 treatment
NBTTagCompound gatesNBT[] = new NBTTagCompound[6];
NBTTagCompound[] gatesNBT = new NBTTagCompound[6];
for (int i = 0; i < 6; ++i) {
if (tileNBT.hasKey("Gate[" + i + "]")) {