finish_load_party()

This commit is contained in:
2024-06-14 09:24:27 -06:00
committed by Celtic Minstrel
parent b749b6377a
commit 047c471607

View File

@@ -257,6 +257,7 @@ void replay_next_action() {
if (t == "load_party") {
decode_file(next_action->GetText(), tempDir / "temp.exg");
load_party(tempDir / "temp.exg", univ);
finish_load_party();
}
}