This commit is contained in:
fullwall 2012-09-11 15:54:27 +08:00
parent 5b9cf50b8e
commit 0052596444

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();