Defer PC Brutal Peeps memory patch until room load

This commit is contained in:
2026-06-07 03:24:53 -04:00
parent 58efb41957
commit 1ef2a7e1e2
+3 -1
View File
@@ -2770,7 +2770,9 @@ static asio::awaitable<void> on_10_main_menu(std::shared_ptr<Client> c, uint32_t
c->log.info_f("Brutal Peeps +{} selected from ship menu at level {}", tier, character_level);
co_await send_auto_patches_if_needed(c);
co_await send_brutal_peeps_hp_patch_bb(c, tier);
if (c->version() == Version::BB_V4) {
co_await send_brutal_peeps_hp_patch_bb(c, tier);
}
co_await enable_save_if_needed(c);
send_lobby_list(c);
if (!c->lobby.lock()) {