One (hopefully) last bug on path markers

This commit is contained in:
psxlover 2012-09-18 14:58:56 +03:00
parent b4e3277f8b
commit 1472cdd558

View file

@ -168,7 +168,7 @@ public class TilePathMarker extends TileMarker {
public void initialize() {
super.initialize();
if (CoreProxy.proxy.isSimulating(worldObj))
if (CoreProxy.proxy.isSimulating(worldObj) && !isFullyConnected())
availableMarkers.add(this);
if (loadLink0) {