From dc3c93becf04a7063289a4f2ef3409a3d8ac67c7 Mon Sep 17 00:00:00 2001 From: Dirk Gustke Date: Sun, 28 Jan 2018 14:50:08 +0100 Subject: [PATCH] fix_properly_set_ftb_properties - remove debugging information --- minecraft-server/start-finalSetup04ServerProperties | 2 -- 1 file changed, 2 deletions(-) diff --git a/minecraft-server/start-finalSetup04ServerProperties b/minecraft-server/start-finalSetup04ServerProperties index b1f83539..613a753f 100755 --- a/minecraft-server/start-finalSetup04ServerProperties +++ b/minecraft-server/start-finalSetup04ServerProperties @@ -21,8 +21,6 @@ if [ ! -e $SERVER_PROPERTIES ]; then export SERVER_PROPERTIES=${FTB_DIR}/server.properties echo "detected FTB, changing properties path to ${SERVER_PROPERTIES}" cp /tmp/server.properties $SERVER_PROPERTIES - else - echo "TYPE=${TYPE}" fi if [ -n "$WHITELIST" ]; then