diff --git a/changelog.md b/changelog.md index 92f0960..b671d4f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # The Modding Tree changelog: - Fixed tree branches being offset. +- Fix to lastSafeTab. ### v2.2.1 - 11/7/20 - Added a small highlight to layers you can meaningfully prestige on. diff --git a/js/utils.js b/js/utils.js index cd52fae..799a969 100644 --- a/js/utils.js +++ b/js/utils.js @@ -100,7 +100,7 @@ function startPlayerBase() { showStory: true, points: modInfo.initialStartPoints, subtabs: {}, - lastSafeTab: (layoutInfo.showTree ? "none" : "layoutInfo.startTab") + lastSafeTab: (layoutInfo.showTree ? "none" : layoutInfo.startTab) } }