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:
parent
15615bb882
commit
2ead3357ae
2 changed files with 2 additions and 2 deletions
js
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue