Skip to content

Commit

Permalink
refactor: rename
Browse files Browse the repository at this point in the history
as suggested in reivew

Co-authored-by: Scott Anderson <[email protected]>
  • Loading branch information
embix and scottanderson authored Dec 22, 2024
1 parent a834c28 commit a76f379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a76f379

Please sign in to comment.