swordofwolf

Results 1 comments of swordofwolf

I have very bad way to deal with it. In EntityListenerMetadata.js in 37 line I change ` return entity[this.propertyName]();` On ``` if (entity[typeof this.propertyName] === "function") { return entity[this.propertyName](); }else...