My class is never called

Hello,
Getting a little frustrated here as my class does not seem to be called. Add-on is attached.
The point of the plugin is to validate that the user is using his Minecraft-username as well as validate a code generated by a plugin on the Minecraft server. The included functions are in use on our current website (We're upgrading to XenForo) and works.

As you can see, I've added in debug-statements. The listener writes to the log file and is called, but the extender class is not.

What am I doing wrong?

Andy
 

Attachments

Last edited:
Did you happen to contact the author of the conflicting add on? Sometimes it's a simple mistake that they're unaware of.
 
Did you happen to contact the author of the conflicting add on? Sometimes it's a simple mistake that they're unaware of.
Haven't done so yet, that addon implemented the function actionRegister() from the ControllerPublic_Register, but wasn't calling the parent, which I am assuming is the cause.

I will let the author know.
 
Top Bottom