瀏覽代碼

fix: fixed a bug that caused extendEffects to only be send to the owner of the effect

tags/v0.12.0
Shaun 1 年之前
父節點
當前提交
b928df1b90
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/server/components/effects.js

+ 1
- 1
src/server/components/effects.js 查看文件

@@ -213,7 +213,7 @@ module.exports = {
if (effect.silent)
return;

this.obj.syncer.setArray(true, 'effects', 'extendEffects', {
this.obj.syncer.setArray(false, 'effects', 'extendEffects', {
id,
data
});


Loading…
取消
儲存