mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
bugfix
This commit is contained in:
@@ -3047,7 +3047,6 @@ import gameLogService from './service/gamelog.js'
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'friend-location':
|
case 'friend-location':
|
||||||
// it seems to only come when a friend is in a private world :/
|
|
||||||
if (content.location !== 'private') {
|
if (content.location !== 'private') {
|
||||||
this.$emit('WORLD', {
|
this.$emit('WORLD', {
|
||||||
json: content.world,
|
json: content.world,
|
||||||
@@ -4511,6 +4510,7 @@ import gameLogService from './service/gamelog.js'
|
|||||||
|
|
||||||
switch (gameLog.type) {
|
switch (gameLog.type) {
|
||||||
case 'location':
|
case 'location':
|
||||||
|
this.lastLocation = gameLog.location;
|
||||||
tableData = {
|
tableData = {
|
||||||
created_at: gameLog.dt,
|
created_at: gameLog.dt,
|
||||||
type: 'Location',
|
type: 'Location',
|
||||||
|
|||||||
Reference in New Issue
Block a user