diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash
index 5f1c034..425ee4d 100644
--- a/Scripts/7D2D-Manage.bash
+++ b/Scripts/7D2D-Manage.bash
@@ -241,11 +241,11 @@ start_server() {
printf "\t%s\n" ""
# Override UserDataFolder, opiniated in that it should exist in the Server Directory
elif [[ "${REPLY}" = *"property name=\"UserDataFolder\""* ]]; then
- printf "\t%s\n" ""
# This is a path RELATIVE to the save game folder, hence we overwrite ../ so it's in the
# base of the server directory
elif [[ "${REPLY}" = *"property name=\"AdminFileName\""* ]]; then
- printf "\t%s\n" ""
else
printf "%s\n" "${REPLY}"
fi