Puts everywhere brackets
This commit is contained in:
@@ -86,9 +86,13 @@ public class PartCableSmart extends PartCable
|
||||
{
|
||||
IGridNode n = this.getGridNode();
|
||||
if( n != null )
|
||||
{
|
||||
this.connections = n.getConnectedSides();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.connections.clear();
|
||||
}
|
||||
}
|
||||
|
||||
for( ForgeDirection of : this.connections )
|
||||
|
||||
Reference in New Issue
Block a user