This message just started popping up every time I load my plugin…
%% Your permissions for who can manage the game aren’t working right. This is a security issue. Please check your role configuration.
This message just started popping up every time I load my plugin…
%% Your permissions for who can manage the game aren’t working right. This is a security issue. Please check your role configuration.
Scratch that, I fixed it.
Just out of curiosity, what happened? I thought I had bulletproofed the role config pretty well but I must have missed something. The message was just there as a safeguard to keep you from getting in a position where nobody could load code (which would prevent you from loading code to fix what was wrong with loading code )
I had input a word improperly in a yaml file. I put " " around it and the system did not care for that.
Ah! That’s a valid error case but it’s giving the wrong error message in that situation. Will fix, thanks.