mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 14:58:18 -07:00
Delete old disabled world code
This commit is contained in:
parent
4d4b818239
commit
825f73640b
6
mscs
6
mscs
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user