Clearer MAC reporting to staff
This commit is contained in:
parent
4d6a0e2133
commit
410e08b06a
@ -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 + ".");
|
||||
|
Loading…
Reference in New Issue
Block a user