Possible fix pt. 2

This commit is contained in:
fullwall 2013-04-12 18:31:45 +08:00
parent 44ce564609
commit a38516e27a

View File

@ -106,7 +106,7 @@ public class CitizensNavigator implements Navigator, Runnable {
@Override
public void run() {
if (!isNavigating())
if (!isNavigating() || !npc.isSpawned())
return;
if (updateStationaryStatus())
return;