PlaytimeStats: fix
This commit is contained in:
parent
70ab1bd37e
commit
c89e451dea
@ -28,7 +28,7 @@ public void OnPluginStart()
|
||||
RegConsoleCmd("sm_topplaytime", Command_TopTime, "retreives top 12 playtime highscores on all connected servers");
|
||||
}
|
||||
|
||||
public void OnAllPluginsLoaded()
|
||||
public void OnConfigsExecuted()
|
||||
{
|
||||
if((g_cvServerType = FindConVar("sm_server_type")) == INVALID_HANDLE)
|
||||
SetFailState("Failed to find sm_server_type cvar.");
|
||||
|
Loading…
Reference in New Issue
Block a user