use .psochar format for BB characters

This commit is contained in:
Martin Michelsen
2023-11-13 13:00:22 -08:00
parent f5bfd4a3c6
commit 18ddfa4ef4
20 changed files with 1138 additions and 842 deletions
-6
View File
@@ -23,7 +23,6 @@ ServerState::ServerState(const char* config_filename, bool is_replay)
dns_server_port(0),
ip_stack_debug(false),
allow_unregistered_users(false),
allow_saving(true),
allow_dc_pc_games(false),
allow_gc_xb_games(true),
item_tracking_enabled(true),
@@ -108,11 +107,6 @@ void ServerState::init() {
this->load_quest_index();
this->compile_functions();
this->load_dol_files();
if (this->is_replay) {
this->allow_saving = false;
config_log.info("Saving disabled because this is a replay session");
}
}
void ServerState::add_client_to_available_lobby(shared_ptr<Client> c) {