mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-28 19:11:47 +01:00
Merge pull request #171 from mcmonkey4eva/patch-1
Don't attack players when they do /npc, fixes #170
This commit is contained in:
commit
b8c580fa1b
@ -845,8 +845,6 @@ public class NPCCommands {
|
||||
String message = " <e>- <a>" + trait.getName();
|
||||
Messaging.send(sender, message);
|
||||
}
|
||||
|
||||
npc.getNavigator().setTarget((Entity) sender, true);
|
||||
}
|
||||
|
||||
@Command(
|
||||
|
Loading…
Reference in New Issue
Block a user