MultiServer: supposed to restart savefile on older formats too

This commit is contained in:
Fabian Dill 2020-07-24 14:14:45 +02:00
parent 88ba7b55d2
commit 789d0245cc
1 changed files with 1 additions and 0 deletions

View File

@ -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')