add $whatobj command

This commit is contained in:
Martin Michelsen
2025-03-21 22:22:43 -07:00
parent ca1dc6ad7d
commit 69edba036e
12 changed files with 4083 additions and 8 deletions
+1 -1
View File
@@ -4391,7 +4391,7 @@ shared_ptr<Lobby> create_game_generic(
break;
}
if (creator_c->login->account->check_flag(Account::Flag::DEBUG)) {
if (creator_c->config.check_flag(Client::Flag::DEBUG_ENABLED)) {
game->set_flag(Lobby::Flag::DEBUG);
}
if (creator_c->config.check_flag(Client::Flag::IS_CLIENT_CUSTOMIZATION)) {