Hello,
There is an overlooked issue in the game’s chat system related to the message filtering logic. The class responsible for handling chat messages seems to be using a faulty design. The RegEx used to detect profanity, insults, and slang does not account for spaces. As a result, it detects certain words even when they are part of completely innocent sentences, making in-game communication extremely difficult and the chat almost unusable.
I’m playing the game in Turkish — although I could switch to English if needed, the language I use to communicate with others is Turkish. Unfortunately, we’re having a really hard time communicating in writing. Worst of all, English curse words and abbreviations are also being filtered, even when they’re unintentional or not used offensively. Sometimes it takes 5 minutes just to send a single message.
Please consider updating the RegEx to account for spaces.
Here is an example of a completely harmless message that gets incorrectly flagged as offensive:
“tamam devam edelim ve tüm haklarımızı kullanalım”
(“okay, let’s continue and use all our rights”)
Even basic words like possessive suffixes, conjunctions, or common expressions trigger the filter. We can’t even say “tamam” (“okay”) without it being blocked — it’s really frustrating.