Attempted to Fix Bug: #0643 - Level Emitter not update

This commit is contained in:
AlgorithmX2
2014-07-15 21:18:22 -05:00
parent 88d500eac2
commit c2259f7b43
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -179,10 +179,10 @@ public class TileDrive extends AENetworkInvTile implements IChestOrDrive, IPrior
try
{
gridProxy.getGrid().postEvent( new MENetworkCellArrayUpdate() );
IStorageGrid gs = gridProxy.getStorage();
Platform.postChanges( gs, removed, added, mySrc );
gridProxy.getGrid().postEvent( new MENetworkCellArrayUpdate() );
}
catch (GridAccessException e)
{