Renamed constants

This commit is contained in:
thatsIch
2015-01-01 22:13:10 +01:00
parent e0175bac98
commit 52c512635d
118 changed files with 511 additions and 508 deletions
@@ -63,7 +63,7 @@ public class FMPPlacementHelper implements IPartHost
}
final private static CableBusStorage nullStorage = new NullStorage();
final private static CableBusStorage NULL_STORAGE = new NullStorage();
private boolean hasPart = false;
private TileMultipart myMP;
@@ -120,7 +120,7 @@ public class FMPPlacementHelper implements IPartHost
public IFacadeContainer getFacadeContainer()
{
if ( this.myPart == null )
return new FacadeContainer( nullStorage );
return new FacadeContainer( NULL_STORAGE );
return this.myPart.getFacadeContainer();
}