Update 'RepeatKiller/scripting/RepeatKiller.sp'

This commit is contained in:
neon 2021-03-16 22:27:53 +00:00
parent d80a354e18
commit 6c776e806e

View File

@ -26,7 +26,7 @@ public Plugin myinfo =
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
// Purpose: // Purpose:
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
public void OnPluginStart() public void OnAllPluginsLoaded()
{ {
if((g_hRespawnDelay = FindConVar("zr_respawn_delay")) == INVALID_HANDLE) if((g_hRespawnDelay = FindConVar("zr_respawn_delay")) == INVALID_HANDLE)
SetFailState("Failed to find zr_respawn_delay cvar."); SetFailState("Failed to find zr_respawn_delay cvar.");