Procházet zdrojové kódy

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

tags/v0.12.0
Shaun před 1 rokem
rodič
revize
b928df1b90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/server/components/effects.js

+ 1
- 1
src/server/components/effects.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit