Delay Block Updates, and save the world!

This commit is contained in:
AlgorithmX2
2014-07-07 23:54:28 -05:00
parent 5c8327f040
commit 2ea77d35bc
15 changed files with 102 additions and 41 deletions
+2 -2
View File
@@ -286,7 +286,7 @@ public class GridNode implements IGridNode, IPathItem
}
catch (FailedConnection e)
{
TickHandler.instance.addCallable( new Callable() {
TickHandler.instance.addCallable( node.getWorld(), new Callable() {
@Override
public Object call() throws Exception
@@ -321,7 +321,7 @@ public class GridNode implements IGridNode, IPathItem
}
catch (FailedConnection e)
{
TickHandler.instance.addCallable( new Callable() {
TickHandler.instance.addCallable( node.getWorld(), new Callable() {
@Override
public Object call() throws Exception