CHR15cs / CS2-Practice-Plugin

Open Source Plugin for Counterstrike 2 based on CounterStrikeSharp
GNU General Public License v3.0
82 stars 10 forks source link

AdminManager improvment #30

Closed CHR15cs closed 8 months ago

CHR15cs commented 8 months ago

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