Fixed accidental closing of the nomination menu handle in RTV
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401507
This commit is contained in:
parent
222acb80ee
commit
970826c9d4
@ -471,11 +471,6 @@ public Handler_MapSelectMenu(Handle:menu, MenuAction:action, param1, param2)
|
|||||||
{
|
{
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
case MenuAction_End:
|
|
||||||
{
|
|
||||||
CloseHandle(menu);
|
|
||||||
}
|
|
||||||
|
|
||||||
case MenuAction_Select:
|
case MenuAction_Select:
|
||||||
{
|
{
|
||||||
if (GetArraySize(g_RTVMapList) >= GetConVarInt(g_Cvar_Maps))
|
if (GetArraySize(g_RTVMapList) >= GetConVarInt(g_Cvar_Maps))
|
||||||
|
Loading…
Reference in New Issue
Block a user