mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-20 10:37:38 +03:00
Also disallow faction squadron status
This commit is contained in:
parent
701b5f912d
commit
e86a5257ee
@ -65,7 +65,10 @@
|
||||
"items" : {
|
||||
"type" : "object",
|
||||
"properties": {
|
||||
"MyReputation" : { "$ref" : "#/definitions/disallowed" }
|
||||
"HappiestSystem" : { "$ref" : "#/definitions/disallowed" },
|
||||
"HomeSystem" : { "$ref" : "#/definitions/disallowed" },
|
||||
"MyReputation" : { "$ref" : "#/definitions/disallowed" },
|
||||
"SquadronFaction" : { "$ref" : "#/definitions/disallowed" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user