This commit is contained in:
pypy
2020-11-07 23:10:31 +09:00
parent dabd9995ee
commit 6c923d6a53

View File

@@ -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',