roflmuffin / CounterStrikeSharp

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

Add ability to reload config #369

Open busheezy opened 5 months ago

busheezy commented 5 months ago

It would be great to be able to reload a config with a single method call. I've seen a few people implement config reloading themselves and it isn't terrible but it isn't great.

IPluginConfig.ReloadConfig()