diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index c0136c0..185752f 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -242,7 +242,6 @@ start_server() { while IFS='' read -r; do if [[ "${REPLY}" = *"property name=\"ServerPort\""* ]]; then printf "\t%s\n" "" - # Override SaveGameFolder, opiniated in that it should exist in the Server Directory elif [[ "${REPLY}" = *"property name=\"SaveGameFolder\""* ]]; then printf "\t%s\n" "" @@ -255,7 +254,7 @@ start_server() { printf "\t%s\n" "" # Manage the telnet tags elif [[ "${REPLY}" = *"property name=\"TelnetPort\""* ]]; then - printf "\t%s\n" "" + printf "\t%s\n" "" else printf "%s\n" "${REPLY}" fi