Skip to content

Commit 7770743

Browse files
authored
[Windrose] Rename 'Server Note' to 'Server Name' in config (#1881)
1 parent ebffa29 commit 7770743

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

windrose.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Meta.Prerequisites=[]
2121
Meta.ExtraContainerPackages=[]
2222
Meta.ConfigReleaseState=NotSpecified
2323
Meta.NoCommercialUsage=False
24-
Meta.ConfigVersion=1
24+
Meta.ConfigVersion=2
2525
Meta.ReleaseNotes=
2626
Meta.BreakingReleaseNotes=
2727
Meta.AppConfigId=719703a2-78d0-45fc-86c7-3d548aba1706

windroseconfig.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"EnumValues": {}
2727
},
2828
{
29-
"DisplayName": "Server Note",
29+
"DisplayName": "Server Name",
3030
"Category": "Windrose:stadia_controller",
3131
"Subcategory": "Server:dns:1",
32-
"Description": "Sets an additional description for the server. Helpful in rare cases of similar invite codes",
33-
"Keywords": "note,description,server,note",
34-
"FieldName": "Note",
32+
"Description": "Sets the name of the server. Helpful if invite codes look similar",
33+
"Keywords": "name,description,server",
34+
"FieldName": "ServerName",
3535
"InputType": "text",
36-
"ParamFieldName": "$.ServerDescription_Persistent.Note",
36+
"ParamFieldName": "$.ServerDescription_Persistent.ServerName",
3737
"DefaultValue": "",
3838
"EnumValues": {}
3939
},
@@ -80,4 +80,4 @@
8080
"Suffix": "players",
8181
"EnumValues": {}
8282
}
83-
]
83+
]

windroseserverdescription.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"InviteCode": "",
66
"IsPasswordProtected": false,
77
"Password": "",
8-
"Note": "",
8+
"ServerName": "",
99
"WorldIslandId": "",
1010
"MaxPlayerCount": 4,
1111
"P2pProxyAddress": "127.0.0.1"

0 commit comments

Comments
 (0)