From 410e08b06ababf9b14164d4b745adfed40a09848 Mon Sep 17 00:00:00 2001 From: Chiss Date: Thu, 17 Oct 2013 09:05:03 +1100 Subject: [PATCH] Clearer MAC reporting to staff --- Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java index 505eac5cb..013ec7757 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java @@ -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 + ".");