![Entity Banners](https://media.forgecdn.net/avatars/thumbnails/368/939/256/256/637537676283284662.png)
Crash on banner reward
lxsmnsyc opened this issue ยท 0 comments
which points to this line:
https://github.com/lucaargolo/entity-banners/blob/1.19/src/main/kotlin/io/github/lucaargolo/entitybanners/EntityBanners.kt#L141
The partial solution here is to disable either shouldBroadcastToEveryone
or shouldBroadcastWhenGivenBanner
by setting them to false
in the config to prevent the line from executing, but it would be nice that this should be addressed.