Clearer MAC reporting to staff

This commit is contained in:
Chiss 2013-10-17 09:05:03 +11:00
parent 4d6a0e2133
commit 410e08b06a
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import java.util.Map.Entry;
import mineplex.core.MiniPlugin;
import mineplex.core.common.util.C;
import mineplex.core.common.util.F;
import mineplex.core.common.util.UtilAlg;
import mineplex.core.common.util.UtilEnt;
import mineplex.core.common.util.UtilMath;
@ -322,7 +321,7 @@ public class AntiHack extends MiniPlugin
//Staff
for (Player other : UtilServer.getPlayers())
if (other.isOp())
UtilPlayer.message(other, F.main("AntiHack", F.elem(player.getName()) + " received offense for " + F.elem(type + ".")));
UtilPlayer.message(other, C.cGold + C.Bold + player.getName() + " received offense for " + type + ".");
//Print (Debug)
System.out.println("[Offense] " + player.getName() + " received offense for " + type + ".");