ソースを参照

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
});


読み込み中…
キャンセル
保存