From 66cc32cf92356b5e4e709e8ec6efa24e4245cbdc Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 13 Dec 2020 22:46:26 +1300 Subject: [PATCH] Fix offline not effecting private world time bug, maybe? --- html/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/app.js b/html/src/app.js index b6bf8e2d..0c819387 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -4080,6 +4080,7 @@ import gameLogService from './service/gamelog.js' console.log('^update offline^'); } if ((ctx.ref.$online_for == '') && (ctx.state == 'online')) { + ctx.ref.$location_at = Date.now(); ctx.ref.$online_for = Date.now(); ctx.ref.$offline_for = ''; console.log('^update online^');