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