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:
Matt Woodrow 2008-04-28 22:07:41 +00:00
parent 927e8b0ec9
commit dabf9f3810

View File

@ -106,7 +106,7 @@ public OnPluginStart()
if (g_Cvar_Winlimit != INVALID_HANDLE || g_Cvar_Maxrounds != INVALID_HANDLE)
{
HookEvent("round_end", Event_RoundEnd);
HookEvent("teamplay_round_win", Event_TeamPlayRoundWin);
HookEventEx("teamplay_round_win", Event_TeamPlayRoundWin);
}
if (g_Cvar_Fraglimit != INVALID_HANDLE)