Remove whitespace

This commit is contained in:
stickz 2020-08-09 15:18:39 -04:00 committed by GitHub
parent d44669ef34
commit f6b8278fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1007,7 +1007,7 @@ void CreateNextVote()
g_OldMapList.GetString(i, map, sizeof(map));
RemoveStringFromArray(tempMaps, map);
}
int limit = (g_Cvar_IncludeMaxMaps.IntValue < tempMaps.Length ? g_Cvar_IncludeMaxMaps.IntValue : tempMaps.Length);
for (int i = 0; i < limit; i++)
{