support joinable quests on all versions

This commit is contained in:
Martin Michelsen
2024-04-27 18:14:52 -07:00
parent c7dd98ccc0
commit ddbb922b95
12 changed files with 655 additions and 396 deletions
+1
View File
@@ -1051,6 +1051,7 @@ static void server_command_playrec(shared_ptr<Client> c, const std::string& args
}
s->change_client_lobby(c, game);
c->config.set_flag(Client::Flag::LOADING);
c->log.info("LOADING flag set");
}
} else {
send_text_message(c, "$C4This command cannot\nbe used in a game");