Despite correctly checking permissions and turn options in the UI, in the implementation (NetworkUI.GUIPlayerSelection) both "Pass Turn" and "Set Turn" call Turns.RPCSetPlayerTurn which RPC calls Turns.SetPlayerTurn, a method marked with [Remote(Permission.Admin)].


