Add extra look call to /npc moveto

This commit is contained in:
fullwall 2019-03-28 22:46:26 +08:00
parent 1c9991cf0b
commit 068b85a647

View File

@ -985,6 +985,7 @@ public class NPCCommands {
}
npc.teleport(to, TeleportCause.COMMAND);
NMS.look(npc.getEntity(), to.getYaw(), to.getPitch());
Messaging.sendTr(sender, Messages.MOVETO_TELEPORTED, npc.getName(), to);
}