Always use {}

This commit is contained in:
yueh
2016-01-01 01:49:05 +01:00
parent ab689f2a48
commit e5d6a40511
2 changed files with 8 additions and 0 deletions
@@ -412,7 +412,9 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
public EnumFacing getForward()
{
if( forward == null )
{
return EnumFacing.NORTH;
}
return this.forward;
}
@@ -420,7 +422,9 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
public EnumFacing getUp()
{
if( up == null )
{
return EnumFacing.UP;
}
return this.up;
}