In new versions of cssharp, the admin manager got changed and my implementation was based on v90, where I directly accessed the flags which I should not have done, because this can easily change in new version. Instead I should use AdminManager.PlayerHasPermission so it does all the work itself
In new versions of cssharp, the admin manager got changed and my implementation was based on v90, where I directly accessed the flags which I should not have done, because this can easily change in new version. Instead I should use AdminManager.PlayerHasPermission so it does all the work itself