Parcourir la source

modding #1833

tags/v0.10.2
Shaun il y a 2 ans
Parent
révision
082d2c5137
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/server/components/auth.js

+ 1
- 1
src/server/components/auth.js Voir le fichier

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

fixes.fixStash(this.stash);

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


Chargement…
Annuler
Enregistrer