Skip to content

Commit

Permalink
Possible fix pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 12, 2013
1 parent c418d6c commit 016a568
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ public void onSpawn() {

@Override
public void run() {
if (!isNavigating())
if (!isNavigating() || !npc.isSpawned())
return;
if (updateStationaryStatus())
return;
Expand Down

0 comments on commit 016a568

Please sign in to comment.