Don't attack players when they do /npc, fixes #170

Let's... let's not do this.
This commit is contained in:
mcmonkey 2014-12-27 12:45:41 -08:00
parent 574faefa09
commit 3a6f7de36b

View File

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