fix: Better support UTF8 & Arabic

This commit is contained in:
rtw1x1
2025-12-27 18:50:42 +00:00
parent 67bda2c286
commit a4112cd128

View File

@@ -31,7 +31,7 @@
enum
{
POINT_MAX_NUM = 255,
CHARACTER_NAME_MAX_LEN = 24,
CHARACTER_NAME_MAX_LEN = 64,
PLAYER_NAME_MAX_LEN = 12,
};