Open
Description
it seems to send to MULTIPLE handlers actually, including its correct one, but also frequently i see invalid events being sent to handlers that have nothing to do with them
heres an example (among half a dozen ive run into at least)
https://github.com/intangir/AnarchicFrontiers/blob/master/plugins/Tweak_Lobby.py#L56
comment out the line 56 there and it will error every time you drop an item
because it sends an ItemSpawnEvent to a CreatureSpawnEvent handler
maybe you can help fix it, i am not very familiar with the internals of how this mod works..