We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c727d25 + 7dc6ddb commit 642b27aCopy full SHA for 642b27a
Plutonium/T6Server.sh
@@ -56,7 +56,7 @@ readonly INSTALL_DIR="/opt/T6Server/Plutonium"
56
# Game mod selection
57
# This is the game mod that your server will run.
58
# For Exemple mode, use: "mods/zm_weapons"
59
-#readonly MOD="mods/zm_weapons"
+readonly MOD=""
60
61
# Note: To switch to Zombie mode, make the following changes:
62
# 1. Set GAME_PATH to "/opt/T6Server/Server/Zombie"
@@ -115,4 +115,4 @@ start_server() {
115
# Main execution
116
# First update the server, then start it
117
update_server
118
-start_server
+start_server
0 commit comments