fix CC:keep printing message normally

This commit is contained in:
Daniella / Tove 2024-05-26 03:31:50 +02:00
parent 5b47e20780
commit fc4e744e48

View file

@ -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);