Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Implemented Add Check for Forgotten Listener Addition

Mod Automation
Joined
Jul 26, 2013
Messages
3,053
@Cloud please add a isSDK && instanceof Listener && getEventListeners().contains(this) to the internal onStart() so as to prompt the user if they implemented the right stuff but forgot to register the event listener. It won't handle all cases if the dev decides to abstract the listener to non-AbstractScript class, but it'll handle 99% of them. It's a dumb issue we should help devs debug.
 
Top