Fix npc issues (#320)

This will fix 1 bug..... and will generate new ones! :P
This commit is contained in:
Gabriele C
2015-12-08 20:52:45 +01:00
parent 6ee07160bb
commit e4fbe4ec53
7 changed files with 158 additions and 20 deletions
@@ -47,7 +47,7 @@ public class AsynchronousQuit {
public void process() {
if (player == null)
return;
if (Utils.isNPC(player) || Utils.isUnrestricted(player)) {
if (Utils.isUnrestricted(player)) {
return;
}