fixed style
This commit is contained in:
parent
40c882de25
commit
fcab170b0b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class SchematicPipe extends SchematicTile {
|
||||||
} else {
|
} else {
|
||||||
// Post 6.1 treatment
|
// Post 6.1 treatment
|
||||||
|
|
||||||
NBTTagCompound gatesNBT[] = new NBTTagCompound[6];
|
NBTTagCompound[] gatesNBT = new NBTTagCompound[6];
|
||||||
|
|
||||||
for (int i = 0; i < 6; ++i) {
|
for (int i = 0; i < 6; ++i) {
|
||||||
if (tileNBT.hasKey("Gate[" + i + "]")) {
|
if (tileNBT.hasKey("Gate[" + i + "]")) {
|
||||||
|
|
Loading…
Reference in a new issue