Storage Bus now updates render when changing statuses.
This commit is contained in:
parent
1ae63261ed
commit
0a9bb1eb2f
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
|
|||
try
|
||||
{
|
||||
proxy.getGrid().postEvent( new MENetworkCellArrayUpdate() );
|
||||
host.markForUpdate();
|
||||
}
|
||||
catch (GridAccessException e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue