One (hopefully) last bug on path markers
This commit is contained in:
parent
b4e3277f8b
commit
1472cdd558
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public class TilePathMarker extends TileMarker {
|
||||||
public void initialize() {
|
public void initialize() {
|
||||||
super.initialize();
|
super.initialize();
|
||||||
|
|
||||||
if (CoreProxy.proxy.isSimulating(worldObj))
|
if (CoreProxy.proxy.isSimulating(worldObj) && !isFullyConnected())
|
||||||
availableMarkers.add(this);
|
availableMarkers.add(this);
|
||||||
|
|
||||||
if (loadLink0) {
|
if (loadLink0) {
|
||||||
|
|
Loading…
Reference in a new issue