diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index 55d48b1c..bf4fd9a9 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -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++)