hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Event cancelling not working #121

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

If one listener cancels then other listeners still fire.

GregHib commented 4 years ago

Likely due to one subscription being Artemis, the other from scripts. Resolved by #120