Skip to content

Commit 4f74432

Browse files
authored
Soulmask: fix CustomGameMode setting
1 parent 1a4c5af commit 4f74432

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

soulmaskconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,14 @@
7272
"DisplayName": "Custom Game Mode",
7373
"Category": "Soulmask:stadia_controller",
7474
"Subcategory": "Server:dns:1",
75-
"Description": "Sets whether to start the server with the selected custom game mode. Use at your own risk",
75+
"Description": "Sets the game mode to start the server with",
7676
"Keywords": "game,mode,custom,survival,tribe,warrior,pvp,customgamemode",
7777
"FieldName": "CustomGameMode",
7878
"InputType": "enum",
7979
"ParamFieldName": "CustomGameMode",
80-
"DefaultValue": "",
80+
"DefaultValue": "?CustomGameMode=0",
8181
"EnumValues": {
82-
"": "None (default)",
83-
"?CustomGameMode=0": "Survival"
82+
"?CustomGameMode=0": "Survival (default)"
8483
}
8584
},
8685
{

0 commit comments

Comments
 (0)