mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Remove whitespace
This commit is contained in:
parent
d44669ef34
commit
f6b8278fd8
@ -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++)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user