blank out scen_name on legacy record if not in_scen

This commit is contained in:
2025-08-02 15:47:02 -05:00
committed by Celtic Minstrel
parent 55257ab995
commit 00d4c9aab4

View File

@@ -284,6 +284,7 @@ bool load_party_v1(fs::path file_to_load, cUniverse& real_univ, bool town_restor
univ.file = path;
}else{
univ.party.scen_name = "";
store_party.scen_name[0] = '\0';
}
univ.party.import_legacy(store_party, univ);