mce: RNG was not on our side in the mornings :/
This commit is contained in:
parent
40f9ffc9e1
commit
7db16d3fc2
@ -1691,7 +1691,7 @@ void CreateNextVote()
|
||||
for(int i = 0; i < limit; i++)
|
||||
{
|
||||
int b;
|
||||
for(int j = 0; j < 10; j++)
|
||||
for(int j = 0; j < 1000; j++)
|
||||
{
|
||||
b = GetRandomInt(0, GetArraySize(tempMaps) - 1);
|
||||
GetArrayString(tempMaps, b, map, PLATFORM_MAX_PATH);
|
||||
|
Loading…
Reference in New Issue
Block a user