complete implementation of $checkchar and make slot count configurable; closes #645

This commit is contained in:
Martin Michelsen
2025-05-26 21:55:19 -07:00
parent 33b0ab3ed3
commit 5f4d2ec891
5 changed files with 92 additions and 31 deletions
+1
View File
@@ -1095,6 +1095,7 @@ void ServerState::load_config_early() {
}
this->enable_chat_commands = this->config_json->get_bool("EnableChatCommands", true);
this->num_backup_character_slots = this->config_json->get_int("BackupCharacterSlots", 16);
this->version_name_colors.reset();
this->client_customization_name_color = 0;