From 7342caaafd0db9ff1bdb6662d879be5620f66171 Mon Sep 17 00:00:00 2001 From: Duwibi <86431918+Duwibi@users.noreply.github.com> Date: Fri, 18 Apr 2025 05:39:28 +0300 Subject: [PATCH] Fix Australia and Iceland chance (#550) ## Description: This PR fixes the chances of the Iceland and Australia maps being picked. fixes #551 ## Please complete the following: - [ ] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: Nikola123 --- src/server/MapPlaylist.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/MapPlaylist.ts b/src/server/MapPlaylist.ts index 3e9258e03..d26852460 100644 --- a/src/server/MapPlaylist.ts +++ b/src/server/MapPlaylist.ts @@ -86,8 +86,8 @@ export class MapPlaylist { Africa: 2, Britannia: 1, GatewayToTheAtlantic: 2, - Australia: 1, - Iceland: 1, + Australia: 2, + Iceland: 2, SouthAmerica: 3, KnownWorld: 2, };