Delete old disabled world code

This commit is contained in:
Jorge Juan 2015-07-10 09:34:41 +02:00
parent 4d4b818239
commit 825f73640b

6
mscs
View File

@ -658,11 +658,7 @@ setMSCSValue() {
# ---------------------------------------------------------------------------
getServerPropertiesValue() {
local PROPERTY_FILE
if [ -f "$WORLDS_LOCATION/$1/server.properties" ]; then
PROPERTY_FILE="$WORLDS_LOCATION/$1/server.properties"
else
PROPERTY_FILE="$DISABLED_WORLDS_LOCATION/$1/server.properties"
fi
PROPERTY_FILE="$WORLDS_LOCATION/$1/server.properties"
getValue "$PROPERTY_FILE" "$2" "$3"
}