Slight update to assist beta builds.
This commit is contained in:
parent
1083c25b8b
commit
246afa476e
@ -2800,7 +2800,7 @@ public class delegationServices {
|
||||
updateQuery4.append("$set",
|
||||
new BasicDBObject().append("ServiceStatus", "Service is offline."));
|
||||
}
|
||||
if (legacy) {
|
||||
if (legacy && (Boolean) Filter.get("legacyPRDisable") == true) {
|
||||
updateQuery5.append("$set",
|
||||
new BasicDBObject().append("FeatureLevel", "Limited Features"));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user