Merge pull request #51 from rtw1x1/main

fix: Better support UTF8 & Arabic
This commit is contained in:
rtw1x1
2025-12-27 18:54:17 +00:00
committed by GitHub

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,
};