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