This commit is contained in:
pypy
2020-01-12 22:09:45 +09:00
parent 12e8f7f45f
commit 516052fd16

View File

@@ -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: {