Browse Source

modding #1833

tags/v0.10.2
Shaun 2 years ago
parent
commit
082d2c5137
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/components/auth.js

+ 1
- 1
src/server/components/auth.js View File

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

fixes.fixStash(this.stash);

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


Loading…
Cancel
Save