Remove debug for /stats
This commit is contained in:
parent
adf7f4736f
commit
7d006bb85a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user