mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-03-08 07:44:14 +00:00
1.7.7-alpha-small-optimizations
- Clear bans cache on plugin reload - Changed ip history to int
This commit is contained in:
@@ -393,7 +393,7 @@ public partial class CS2_SimpleAdmin
|
||||
{
|
||||
if (Database == null) return;
|
||||
|
||||
_ = Instance.CacheManager.ForceReInitializeCacheAsync();
|
||||
_ = Instance.CacheManager?.ForceReInitializeCacheAsync();
|
||||
command.ReplyToCommand("Reloaded bans");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user