Default should be higher

This commit is contained in:
Boxhead78 2024-08-28 12:26:13 +02:00
parent 44fa37f005
commit a705a925a1

View File

@ -1834,7 +1834,7 @@ getGoodMapAmount()
}
default:
return 2;
return 8;
}
}