color!!
This commit is contained in:
parent
fc4e744e48
commit
a94512afab
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ public class ChatCrypt extends Feature {
|
|||
if(!useSBE && decryptNoKeep(original).equals("CC:keep") && allowCCKeep) {
|
||||
keepTrypt = true;
|
||||
trypt = null;
|
||||
HUD.notifyAndPrint("§c§lChat>§c Enabled and synchronized Trypt keep (initiated by " + username + ").");
|
||||
HUD.notifyAndPrint("§dChat>§a Enabled and synchronized Trypt keep (initiated by " + username + ").");
|
||||
e.setCancelled(true);
|
||||
return;
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ public class ChatCrypt extends Feature {
|
|||
GlobalUtil.LOGGER.debug("Successfully kept Trypt key up-to-date.");
|
||||
}
|
||||
else {
|
||||
HUD.notifyAndPrint("§c§lChat>§c Unable to keep Trypt key up-to-date. Disabled keep." + (allowCCKeep ? " (Enable and sync by sending CC:keep)" : ""));
|
||||
HUD.notifyAndPrint("§d§lChat>§c Unable to keep Trypt key up-to-date. Disabled keep." + (allowCCKeep ? " (Enable and sync by sending CC:keep)" : ""));
|
||||
keepTrypt = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue