Possible fix pt. 2

This commit is contained in:
fullwall 2013-04-12 18:31:45 +08:00
parent c418d6c1f7
commit 016a568edf
1 changed files with 1 additions and 1 deletions

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;