mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
bugfix
This commit is contained in:
10
html/app.js
10
html/app.js
@@ -2688,6 +2688,14 @@ CefSharp.BindObjectAsync(
|
||||
break;
|
||||
|
||||
case 'friend-online':
|
||||
if (content.location !== 'private') {
|
||||
this.$emit('WORLD', {
|
||||
json: content.world,
|
||||
params: {
|
||||
worldId: content.world.id
|
||||
}
|
||||
});
|
||||
}
|
||||
this.$emit('USER', {
|
||||
json: {
|
||||
location: content.location,
|
||||
@@ -2745,7 +2753,7 @@ CefSharp.BindObjectAsync(
|
||||
break;
|
||||
|
||||
case 'friend-location':
|
||||
if (content.world) {
|
||||
if (content.location !== 'private') {
|
||||
this.$emit('WORLD', {
|
||||
json: content.world,
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user