This commit is contained in:
fullwall 2012-09-11 15:54:27 +08:00
parent 88a46277ca
commit e3fe46cb0c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class LookClose extends Trait implements Toggleable, CommandConfigurable
@Override
public void run() {
if (!enabled || npc.getNavigator().isNavigating())
if (!enabled || !npc.isSpawned() || npc.getNavigator().isNavigating())
return;
if (hasInvalidTarget())
findNewTarget();