neoforged / Bus

Event firing and listening framework, based on the event bus concept
GNU Lesser General Public License v2.1
3 stars 8 forks source link

`EventBusErrorMessage` should print the listener name #3

Closed Technici4n closed 10 months ago

Technici4n commented 1 year ago

This should use listeners[x].listenerName() to have a more readable name (right now the method is unused!). https://github.com/neoforged/Bus/blob/07787b162fd0bc39977a1ae9006b45bf0da45eb2/src/main/java/net/minecraftforge/eventbus/EventBusErrorMessage.java#L53

Technici4n commented 10 months ago

18 removes listenerName() in favor of toString().