Fix crashing bug

This commit is contained in:
raoulvdberge
2017-02-03 17:29:17 +01:00
parent a1683068b1
commit c8def98677

View File

@@ -44,8 +44,10 @@ public abstract class TileNode<N extends NetworkNode> extends TileBase implement
getNode().update(); getNode().update();
} }
if (getNode().getHolder().world() != null) {
super.update(); super.update();
} }
}
@Override @Override
public void onLoad() { public void onLoad() {