We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d23b89 commit eb9b438Copy full SHA for eb9b438
CS2-SimpleAdmin/CS2-SimpleAdmin.cs
@@ -85,7 +85,7 @@ public override void OnAllPluginsLoaded(bool hotReload)
85
86
RegisterEvents();
87
AddTimer(0.5f, RegisterCommands.InitializeCommands);
88
- AddTimer(1.0f, () => ReloadAdmins(null));
+ AddTimer(3.0f, () => ReloadAdmins(null));
89
90
if (!CoreConfig.UnlockConCommands)
91
{
0 commit comments