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
@@ -115,6 +115,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
bool use_temp_accounts_for_prototypes = true;
std::array<uint16_t, NUM_VERSIONS> compatibility_groups = {};
bool enable_chat_commands = true;
size_t num_backup_character_slots = 16;
std::unique_ptr<std::array<uint32_t, NUM_NON_PATCH_VERSIONS>> version_name_colors;
uint32_t client_customization_name_color = 0x00000000;
uint8_t allowed_drop_modes_v1_v2_normal = 0x1F;