Skip to content

Commit eb9b438

Browse files
authored
Update CS2-SimpleAdmin.cs
1 parent 3d23b89 commit eb9b438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS2-SimpleAdmin/CS2-SimpleAdmin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public override void OnAllPluginsLoaded(bool hotReload)
8585

8686
RegisterEvents();
8787
AddTimer(0.5f, RegisterCommands.InitializeCommands);
88-
AddTimer(1.0f, () => ReloadAdmins(null));
88+
AddTimer(3.0f, () => ReloadAdmins(null));
8989

9090
if (!CoreConfig.UnlockConCommands)
9191
{

0 commit comments

Comments
 (0)