From fe478c139509055534060dc39ca3d1b0f1b705b0 Mon Sep 17 00:00:00 2001 From: Duwibi <86431918+Duwibi@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:46:34 +0200 Subject: [PATCH] Add Australia to map rotation (#377) ## Description: I've added the Australia map to map rotation --- src/server/Master.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/Master.ts b/src/server/Master.ts index df0529c5d..5a1fe2778 100644 --- a/src/server/Master.ts +++ b/src/server/Master.ts @@ -288,6 +288,7 @@ function getNextMap(): GameMapType { Mars: 2, Britannia: 2, GatewayToTheAtlantic: 2, + Australia: 2, Iceland: 2, };