Misplaced (
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401541
This commit is contained in:
parent
936d90a93c
commit
2008ca0e0b
@ -351,7 +351,7 @@ public Action:Timer_StartRTV(Handle:timer)
|
||||
// We assume that g_RTVMapList is within the correct limits, based on the logic for nominations
|
||||
for (new i = 0; i < GetArraySize(g_RTVMapList); i++)
|
||||
{
|
||||
GetArrayString(g_RTVMapList, i, map, sizeofmap));
|
||||
GetArrayString(g_RTVMapList, i, map, sizeof(map));
|
||||
AddMenuItem(MapVoteMenu, map, map);
|
||||
|
||||
for (new j = 0; j < GetArraySize(tempMaps); j++)
|
||||
|
Loading…
Reference in New Issue
Block a user