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