Ver a proveniência

modding #1833

tags/v0.10.2
Shaun há 2 anos
ascendente
cometimento
082d2c5137
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/server/components/auth.js

+ 1
- 1
src/server/components/auth.js Ver ficheiro

@@ -204,7 +204,7 @@ module.exports = {


fixes.fixStash(this.stash); fixes.fixStash(this.stash);


eventEmitter.emit('onAfterGetStash', {
await eventEmitter.emit('onAfterGetStash', {
obj: this.obj, obj: this.obj,
stash: this.stash stash: this.stash
}); });


Carregando…
Cancelar
Guardar