Merge pull request #171 from mcmonkey4eva/patch-1

Don't attack players when they do /npc, fixes #170
This commit is contained in:
fullwall 2014-12-28 14:06:06 +08:00
commit b8c580fa1b

View File

@ -845,8 +845,6 @@ public class NPCCommands {
String message = " <e>- <a>" + trait.getName();
Messaging.send(sender, message);
}
npc.getNavigator().setTarget((Entity) sender, true);
}
@Command(