Fixed one of the issue requests where Herobrine wouldn't look at a

player while haunting them
This commit is contained in:
justin393 2015-04-01 21:58:01 -04:00
parent 12d99575c8
commit a4972b34e2

View File

@ -428,6 +428,9 @@ public class CmdExecutor implements CommandExecutor {
Bukkit.getServer()
.getPlayer(
args[1]));
String pname = args[1];
Player target = Bukkit.getPlayer(pname);
P_Core.herobrineNPC.lookAtPoint(target.getLocation());
player.sendMessage(ChatColor.RED
+ "[Herobrine] Herobrine is now haunting "
+ args[1] + ".");