diff --git a/ts/Studio.ts b/ts/Studio.ts index 0b24c7e..5204cc1 100644 --- a/ts/Studio.ts +++ b/ts/Studio.ts @@ -1710,7 +1710,7 @@ export class Studio { } } - isLegacyRotationSaveGame(): boolean { + isMapInverted(): boolean { const currentVersion = Number(this.railroad.saveGame.version); return currentVersion < INVERT_BEFORE_SAVE_GAME_VERSION; }