From 7dc6ddb07b222b3e79d97256fbaa1640c81dbdb2 Mon Sep 17 00:00:00 2001 From: Killian Date: Mon, 9 Dec 2024 20:15:17 +0800 Subject: [PATCH] Update T6Server.sh --- Plutonium/T6Server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plutonium/T6Server.sh b/Plutonium/T6Server.sh index 40b7db5..ebe3fa6 100644 --- a/Plutonium/T6Server.sh +++ b/Plutonium/T6Server.sh @@ -56,7 +56,7 @@ readonly INSTALL_DIR="/opt/T6Server/Plutonium" # Game mod selection # This is the game mod that your server will run. # For Exemple mode, use: "mods/zm_weapons" -#readonly MOD="mods/zm_weapons" +readonly MOD="" # Note: To switch to Zombie mode, make the following changes: # 1. Set GAME_PATH to "/opt/T6Server/Server/Zombie" @@ -115,4 +115,4 @@ start_server() { # Main execution # First update the server, then start it update_server -start_server \ No newline at end of file +start_server