Minor fix for system/station name renames

This commit is contained in:
clonedArtie 2024-01-24 15:32:36 +01:00 committed by GitHub
parent 0adcc3713e
commit e874815a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,12 @@
"properties" : {
"systemName": {
"type" : "string",
"renamed" : "StarSystem",
"minLength" : 1
},
"stationName": {
"type" : "string",
"renamed" : "StarSystem",
"renamed" : "StationName",
"minLength" : 1
},
"stationType": {