Skip to content

Commit 642b27a

Browse files
committed
2 parents c727d25 + 7dc6ddb commit 642b27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plutonium/T6Server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ readonly INSTALL_DIR="/opt/T6Server/Plutonium"
5656
# Game mod selection
5757
# This is the game mod that your server will run.
5858
# For Exemple mode, use: "mods/zm_weapons"
59-
#readonly MOD="mods/zm_weapons"
59+
readonly MOD=""
6060

6161
# Note: To switch to Zombie mode, make the following changes:
6262
# 1. Set GAME_PATH to "/opt/T6Server/Server/Zombie"
@@ -115,4 +115,4 @@ start_server() {
115115
# Main execution
116116
# First update the server, then start it
117117
update_server
118-
start_server
118+
start_server

0 commit comments

Comments
 (0)