diff --git a/RepeatKiller/scripting/RepeatKiller.sp b/RepeatKiller/scripting/RepeatKiller.sp index 5615c143..7784fcdd 100644 --- a/RepeatKiller/scripting/RepeatKiller.sp +++ b/RepeatKiller/scripting/RepeatKiller.sp @@ -26,7 +26,7 @@ public Plugin myinfo = //---------------------------------------------------------------------------------------------------- // Purpose: //---------------------------------------------------------------------------------------------------- -public void OnPluginStart() +public void OnAllPluginsLoaded() { if((g_hRespawnDelay = FindConVar("zr_respawn_delay")) == INVALID_HANDLE) SetFailState("Failed to find zr_respawn_delay cvar.");