fix: lazy fix for the arabica kind of kaboom clone

This commit is contained in:
ChomeNS
2025-03-12 07:49:44 +07:00
parent a00a77763c
commit d75e04b2d3
2 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
1768
1770

View File

@@ -84,7 +84,14 @@ public class ChatPlugin extends Bot.Listener {
if (
key.equals("advMode.setCommand.success") ||
key.equals("advMode.notAllowed") ||
key.equals("multiplayer.message_not_delivered")
key.equals("multiplayer.message_not_delivered") ||
// arabic kaboom clone be like
// command set
key.equals("قيادة المجموعة: %s") // i'm pretty sure the text direction will depend on what you are using to view this file right now
// no other stuff because laziness
) return;
}