mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 03:25:13 +01:00
Possible fix pt. 2
This commit is contained in:
parent
44ce564609
commit
a38516e27a
@ -106,7 +106,7 @@ public class CitizensNavigator implements Navigator, Runnable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (!isNavigating())
|
if (!isNavigating() || !npc.isSpawned())
|
||||||
return;
|
return;
|
||||||
if (updateStationaryStatus())
|
if (updateStationaryStatus())
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user