From b2a693df9a43b867b11fea37d40c38f0c1ada077 Mon Sep 17 00:00:00 2001 From: ich777 Date: Sat, 3 Aug 2019 11:31:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Escripts/start-server.sh=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-server.sh b/scripts/start-server.sh index f473a87..68a8588 100644 --- a/scripts/start-server.sh +++ b/scripts/start-server.sh @@ -72,4 +72,4 @@ echo "---Server ready---" echo "---Start Server---" cd ${SERVER_DIR} -colonyserver.x86_64 -batchmode -nographics +server.name "${SRV_NAME}" +server.networktype ${SRV_NETTYPE} +server.world ${SRV_WORLDNAME} ${GAME_PARAMS} \ No newline at end of file +${SERVER_DIR}/colonyserver.x86_64 -batchmode -nographics +server.name "${SRV_NAME}" +server.networktype ${SRV_NETTYPE} +server.world ${SRV_WORLDNAME} ${GAME_PARAMS} \ No newline at end of file