1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 13:01:05 +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

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