Skip to content

Commit

Permalink
Fix "- walk stop" for NPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Oct 8, 2015
1 parent df4b4e7 commit 8fee760
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -122,7 +122,7 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
}

if (shouldStop) {
npc.getNavigator().setPaused(true);
npc.getNavigator().cancelNavigation();
continue;
}

Expand Down

0 comments on commit 8fee760

Please sign in to comment.