1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 09:21:46 +00:00

Final Patch?

This commit is contained in:
Aarex Tiaokhiao 2020-09-16 13:21:16 -04:00
parent 15615bb882
commit 2ead3357ae
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
<li>Added some QoL displays</li>
<li>Added Aqua theme</li>
<li>Added HQ Tree option</li>
<li>Rebalanced some parts of rows 4 - 5 progression</li>
<li>Rebalanced early parts of rows 4 - 6</li>
<li>Balanced up to e28,000,000</li>
<li>Fixed some bugs</li>
</ul><br>

View file

@ -1785,7 +1785,7 @@ function load() {
if (get===null||get===undefined) player = getStartPlayer()
else player = JSON.parse(atob(get))
player.tab = "tree"
if (false && player.offlineProd) {
if (player.offlineProd) {
if (player.offTime === undefined) player.offTime = { remain: 0 }
player.offTime.remain += (Date.now() - player.time) / 1000
}