Closed OroArmor closed 4 years ago
The default description is
"description": "Playing on %server% (%ip) with %playercount% players",
which does not parse because the server values are:
%ip% %servername% %players% %maxplayers%
FIX: change the description to
"description": "Playing on %servername% (%ip%) with %players% players",
Fixed in release 1.1
The default description is
which does not parse because the server values are:
FIX: change the description to