From 7607278fff3d6f1cadae1355dff25443810942cb Mon Sep 17 00:00:00 2001 From: JimmyS83 Date: Mon, 6 Apr 2026 17:21:42 +0200 Subject: [PATCH] Fix MAP parameter for Linux dedicated server --- launch-dedicated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-dedicated.sh b/launch-dedicated.sh index 7c61322ce7..6bab966899 100755 --- a/launch-dedicated.sh +++ b/launch-dedicated.sh @@ -50,7 +50,7 @@ fi NAME="${Name:-"Dedicated Server"}" LAUNCH_MOD="${Mod:-"${MOD_ID}"}" -MAP="${Mod:-""}" +MAP="${Map:-""}" LISTEN_PORT="${ListenPort:-"1234"}" ADVERTISE_ONLINE="${AdvertiseOnline:-"True"}" PASSWORD="${Password:-""}"