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
+4
View File
@@ -315,6 +315,10 @@ void Lobby::load_maps() {
this->opt_rand_crypt,
s->supermaps_for_variations(this->episode, this->mode, this->difficulty, this->variations));
}
if (this->check_flag(Lobby::Flag::DEBUG)) {
this->map_state->print(stderr);
}
}
[[nodiscard]] bool Lobby::is_ep3_nte() const {