For those times you need to remove your access and make sure things are working as they should... you can remove your access easily by using:
ULib.ucl.authed[ Entity( 1 ) ] = nil
Replace 1 with whatever your userid is.
Your access comes back when you rejoin the server (IE: "retry")So, on my dedicated server, I just use...
ulx luarun ULib.ucl.authed[ Entity( 1 ) ] = nil
