From 6c923d6a53733f0b490205506dda00a7a7747b0c Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 7 Nov 2020 23:10:31 +0900 Subject: [PATCH] bugfix --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index c2d07da3..a09a2323 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3047,7 +3047,6 @@ import gameLogService from './service/gamelog.js' break; case 'friend-location': - // it seems to only come when a friend is in a private world :/ if (content.location !== 'private') { this.$emit('WORLD', { json: content.world, @@ -4511,6 +4510,7 @@ import gameLogService from './service/gamelog.js' switch (gameLog.type) { case 'location': + this.lastLocation = gameLog.location; tableData = { created_at: gameLog.dt, type: 'Location',