roflmuffin / CounterStrikeSharp

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
https://docs.cssharp.dev
Other
801 stars 126 forks source link

fix: allow using an empty flag array in overrides #351

Closed busheezy closed 8 months ago

busheezy commented 8 months ago

This is currently preventing a valid use. If someone wants to entirely remove flag requirements of a command with overrides, they would be unable to.