09-24-2020, 09:17 PM
We got it working.
The issue turned out to be how we were calling the settings. Once we switched the settings to the onConfig instead of the onCreate of the server controller it worked.
Thanks for the help.
Possibly there needs to be an error that is thrown if these are set in the onCreate so no one else makes the same mistake.
The issue turned out to be how we were calling the settings. Once we switched the settings to the onConfig instead of the onCreate of the server controller it worked.
Thanks for the help.
Possibly there needs to be an error that is thrown if these are set in the onCreate so no one else makes the same mistake.

