Ver a proveniência

modding #2009: new event afterGetEventList

(cherry picked from commit 82a5d90a60)
tags/v0.13.0.6^0
Shaun há 4 meses
committed by Big Bad Waffle
ascendente
cometimento
1e80a890ba
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      src/server/events/events.js

+ 4
- 0
src/server/events/events.js Ver ficheiro

@@ -49,6 +49,10 @@ module.exports = {
if (!e.disabled)
this.configs.push(extend({}, e));
}, this);

this.instance.eventEmitter.emit('afterGetEventList', {
eventConfigs: this.configs
});
},

getEvent: function (name) {


Carregando…
Cancelar
Guardar