Explorar el Código

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

tags/v0.12.0
Shaun hace 1 año
padre
commit
b928df1b90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/server/components/effects.js

+ 1
- 1
src/server/components/effects.js Ver fichero

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


Cargando…
Cancelar
Guardar