From 5b47e2078070d3d57eef713900ab8b911b73050d Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sun, 26 May 2024 03:29:01 +0200 Subject: [PATCH] fix CC:keep --- .../src/main/java/com/baseband/client/module/chat/ChatCrypt.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Client/src/main/java/com/baseband/client/module/chat/ChatCrypt.java b/Client/src/main/java/com/baseband/client/module/chat/ChatCrypt.java index 12d42ce..877556e 100644 --- a/Client/src/main/java/com/baseband/client/module/chat/ChatCrypt.java +++ b/Client/src/main/java/com/baseband/client/module/chat/ChatCrypt.java @@ -132,6 +132,7 @@ public class ChatCrypt extends Feature { keepTrypt = true; trypt = null; HUD.notifyAndPrint("§c§lChat>§c Enabled and synchronized Trypt keep."); + return; } message = decrypt(original);