summarylogtreecommitdiffstats
path: root/minecraftd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'minecraftd.conf')
-rw-r--r--minecraftd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraftd.conf b/minecraftd.conf
index d5cc234303e2..dd85d162c608 100644
--- a/minecraftd.conf
+++ b/minecraftd.conf
@@ -22,7 +22,7 @@ SERVER_START_CMD="java -Xms512M -Xmx1024M -XX:ParallelGCThreads=1 -jar './${MAIN
IDLE_SERVER=false # true or false
# Ensure that if SESSION_NAME is passed through the command line and therefore set to read only by the script,
# IDLE_SESSION_NAME gets altered according to the command line and not the configurtion file, hence invoke the variable
-IDLE_SESSION_NAME="${SESSION_NAME}_idle_server"
+IDLE_SESSION_NAME="idle_server_${SESSION_NAME}"
GAME_PORT="25565" # used to listen for incoming connections when the server is down
CHECK_PLAYER_TIME="30" # in seconds
IDLE_IF_TIME="1200" # in seconds