1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Fix lastSafeTab

This commit is contained in:
Acamaeda 2020-11-08 18:47:17 -05:00
parent 43e2e42998
commit 360d8ac342
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -100,7 +100,7 @@ function startPlayerBase() {
showStory: true,
points: modInfo.initialStartPoints,
subtabs: {},
lastSafeTab: (layoutInfo.showTree ? "none" : "layoutInfo.startTab")
lastSafeTab: (layoutInfo.showTree ? "none" : layoutInfo.startTab)
}
}