Storage Bus now updates render when changing statuses.

This commit is contained in:
AlgorithmX2 2014-04-07 19:45:38 -05:00
parent 1ae63261ed
commit 0a9bb1eb2f

View file

@ -105,6 +105,7 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
try
{
proxy.getGrid().postEvent( new MENetworkCellArrayUpdate() );
host.markForUpdate();
}
catch (GridAccessException e)
{