Se implementaron dos mejoras de rendimiento en el sistema de chat. La primera evita calcular datos costosos, como el balance, el rango o el tiempo jugado, cuando el mensaje no los necesita realmente. La segunda evita procesar el mismo mensaje dos veces antes de enviarlo. En resumen, ahora cada mensaje de chat realiza menos trabajo innecesario y debería ser un poco más ligero.
Two performance improvements were implemented in the chat system. The first avoids calculating expensive data, such as balance, rank, or playtime, when the message does not actually need it. The second prevents the same message from being processed twice before being sent. In summary, each chat message now does less unnecessary work and should be slightly more lightweight.

AxoChat is a chat management system that enhances and expands communication on the server. It includes features such as custom formats, interactive messages, an anti-unicode system, command auto-completion, and moderation tools. It is designed to provide a