From a705a925a1de92be49b6ee7d63ad70a93c6122be Mon Sep 17 00:00:00 2001 From: Boxhead78 Date: Wed, 28 Aug 2024 12:26:13 +0200 Subject: [PATCH] Default should be higher --- maps/mp/bots/_bot_utility.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/mp/bots/_bot_utility.gsc b/maps/mp/bots/_bot_utility.gsc index bccdfc7..4af6832 100644 --- a/maps/mp/bots/_bot_utility.gsc +++ b/maps/mp/bots/_bot_utility.gsc @@ -1834,7 +1834,7 @@ getGoodMapAmount() } default: - return 2; + return 8; } }