mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
MultiServer: supposed to restart savefile on older formats too
This commit is contained in:
@@ -218,6 +218,7 @@ class Context(Node):
|
||||
adjusted = {tuple(rom): (team, slot) for (rom, (team, slot)) in rom_names} # old format, ponyorm friendly
|
||||
if self.rom_names != adjusted:
|
||||
logging.warning('Save file mismatch, will start a new game')
|
||||
return
|
||||
else:
|
||||
if adjusted != self.rom_names:
|
||||
logging.warning('Save file mismatch, will start a new game')
|
||||
|
Reference in New Issue
Block a user