Change messages

This commit is contained in:
samczsun 2017-04-27 12:32:11 -04:00 committed by cnr
parent 1390ea1579
commit 7658046d62
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ public class AntiHack extends MiniPlugin
CoreClient coreClient = _clientManager.Get(player);
String id = generateId();
String finalMessage = "[GWEN] Cheat Detection\nToken: " + id;
String finalMessage = "[GWEN Cheat Detection]\n\nToken: " + id;
JsonObject custom = new JsonObject();
custom.addProperty("ban-reason", CheckManager.getCheckSimpleName(cause));
if (gep)

View File

@ -61,7 +61,7 @@ public class BanWaveManager extends MiniPlugin
runAsync(() ->
{
String id = AntiHack.generateId();
String newMessage = "[GWEN] Cheat Detection (Banwave)\nToken: " + id;
String newMessage = "[GWEN Cheat Detection]\n\nToken: " + id;
CoreClient client = _clientManager.Get(player);