PlaytimeStats: fix
This commit is contained in:
parent
9c4b1aaee9
commit
72ee6f2d0d
@ -28,7 +28,7 @@ public void OnPluginStart()
|
|||||||
RegConsoleCmd("sm_topplaytime", Command_TopTime, "retreives top 12 playtime highscores on all connected servers");
|
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)
|
if((g_cvServerType = FindConVar("sm_server_type")) == INVALID_HANDLE)
|
||||||
SetFailState("Failed to find sm_server_type cvar.");
|
SetFailState("Failed to find sm_server_type cvar.");
|
||||||
|
Loading…
Reference in New Issue
Block a user