mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Start banned_size much smaller
This commit is contained in:
parent
6391afd148
commit
f2244e8046
1 changed files with 1 additions and 1 deletions
|
|
@ -1430,7 +1430,7 @@ static void AddBannedIndex(void)
|
||||||
{
|
{
|
||||||
if (banned_size == 0)
|
if (banned_size == 0)
|
||||||
{
|
{
|
||||||
banned_size = 128;
|
banned_size = 8;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue