mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 19:16:34 +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
|
||||
public void run() {
|
||||
if (!isNavigating())
|
||||
if (!isNavigating() || !npc.isSpawned())
|
||||
return;
|
||||
if (updateStationaryStatus())
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user