fix CC:keep printing message normally
This commit is contained in:
parent
5b47e20780
commit
fc4e744e48
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ 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.");
|
||||
HUD.notifyAndPrint("§c§lChat>§c Enabled and synchronized Trypt keep (initiated by " + username + ").");
|
||||
e.setCancelled(true);
|
||||
return;
|
||||
}
|
||||
message = decrypt(original);
|
||||
|
|
Loading…
Add table
Reference in a new issue