Remove debug for /stats

This commit is contained in:
Spencer 2017-11-23 16:42:20 -05:00 committed by Alexander Meech
parent adf7f4736f
commit 7d006bb85a

View File

@ -385,7 +385,6 @@ public class GamePlayerManager implements Listener
Player target = UtilPlayer.searchOnline(player, tokens[1], true);
if (target != null)
{
Bukkit.broadcastMessage("Target is not null, is the target vanished? " + Manager.isVanished(player));
if (Manager.isVanished(player)) {
UtilPlayer.messageSearchOnlineResult(player, tokens[1], 0);
return;