Only return 0 if this is a CONSOLE_ variable.

This commit is contained in:
Tristan Donkers 2015-08-23 10:08:59 +10:00
parent 9b60033c24
commit 64e14e5b16

View File

@ -1800,7 +1800,9 @@ server_property() {
SERVER_VERSIONING_LOADED[$1]="true"
fi
return 0
if [[ "$2" =~ ^CONSOLE_ ]]; then
return 0
fi
fi
# If not a non-overridable load from conf