From 6c776e806ed62bcbd6b4eb10e91558cb67224a90 Mon Sep 17 00:00:00 2001 From: neon Date: Tue, 16 Mar 2021 22:27:53 +0000 Subject: [PATCH] Update 'RepeatKiller/scripting/RepeatKiller.sp' --- RepeatKiller/scripting/RepeatKiller.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");