From fcab170b0b9abeef4c9966238b6adbd46515fd7d Mon Sep 17 00:00:00 2001 From: SpaceToad Date: Sun, 6 Jul 2014 14:46:40 +0200 Subject: [PATCH] fixed style --- common/buildcraft/transport/schematics/SchematicPipe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/buildcraft/transport/schematics/SchematicPipe.java b/common/buildcraft/transport/schematics/SchematicPipe.java index 72160147..f74454a3 100644 --- a/common/buildcraft/transport/schematics/SchematicPipe.java +++ b/common/buildcraft/transport/schematics/SchematicPipe.java @@ -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 + "]")) {