Fixed amb1644 - Forgot to make sure mapchooser worked on anything but TF2.
--HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402105
This commit is contained in:
parent
927e8b0ec9
commit
dabf9f3810
@ -106,7 +106,7 @@ public OnPluginStart()
|
|||||||
if (g_Cvar_Winlimit != INVALID_HANDLE || g_Cvar_Maxrounds != INVALID_HANDLE)
|
if (g_Cvar_Winlimit != INVALID_HANDLE || g_Cvar_Maxrounds != INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
HookEvent("round_end", Event_RoundEnd);
|
HookEvent("round_end", Event_RoundEnd);
|
||||||
HookEvent("teamplay_round_win", Event_TeamPlayRoundWin);
|
HookEventEx("teamplay_round_win", Event_TeamPlayRoundWin);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_Cvar_Fraglimit != INVALID_HANDLE)
|
if (g_Cvar_Fraglimit != INVALID_HANDLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user