Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-23 18:25:02 +11:00 committed by GitHub
parent ec70efef63
commit c5dc44a905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,16 @@
"ParamFieldName": "adminpassword",
"IncludeInCommandLine": true,
"DefaultValue": "Password123",
"EnumValues": {}
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "",
"Keywords": "RCON password",
"FieldName": "$RemoteAdminPassword",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "RCONPassword",
"IncludeInCommandLine": false,
}
]