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:
parent
43e2e42998
commit
360d8ac342
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -100,7 +100,7 @@ function startPlayerBase() {
|
|||
showStory: true,
|
||||
points: modInfo.initialStartPoints,
|
||||
subtabs: {},
|
||||
lastSafeTab: (layoutInfo.showTree ? "none" : "layoutInfo.startTab")
|
||||
lastSafeTab: (layoutInfo.showTree ? "none" : layoutInfo.startTab)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue