Fixed build.
This commit is contained in:
parent
4c878c4963
commit
e67a65c0db
@ -75,9 +75,9 @@ public OnPluginStart()
|
|||||||
g_Cvar_TimeleftInterval = CreateConVar("sm_timeleft_interval", "0.0", "Display timeleft every x seconds. Default 0.", 0, true, 0.0, true, 1800.0);
|
g_Cvar_TimeleftInterval = CreateConVar("sm_timeleft_interval", "0.0", "Display timeleft every x seconds. Default 0.", 0, true, 0.0, true, 1800.0);
|
||||||
g_Cvar_FriendlyFire = FindConVar("mp_friendlyfire");
|
g_Cvar_FriendlyFire = FindConVar("mp_friendlyfire");
|
||||||
|
|
||||||
AddCommandListener("say", Command_Say);
|
AddCommandListener(Command_Say, "say");
|
||||||
AddCommandListener("say2", Command_Say);
|
AddCommandListener(Command_Say, "say2");
|
||||||
AddCommandListener("say_team", Command_Say);
|
AddCommandListener(Command_Say, "say_team");
|
||||||
|
|
||||||
RegConsoleCmd("timeleft", Command_Timeleft);
|
RegConsoleCmd("timeleft", Command_Timeleft);
|
||||||
RegConsoleCmd("nextmap", Command_Nextmap);
|
RegConsoleCmd("nextmap", Command_Nextmap);
|
||||||
|
Loading…
Reference in New Issue
Block a user