diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index dc0404d..d1e79da 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -10,29 +10,5 @@ "ParamFieldName": "adminpassword", "IncludeInCommandLine": true, "DefaultValue": "Password123" - }, - { - "DisplayName": "RCON Password", - "Category": "Server Settings", - "Description": "", - "Keywords": "RCON password", - "FieldName": "$RemoteAdminPassword", - "InputType": "text", - "IsFlagArgument": false, - "ParamFieldName": "RCONPassword" - }, - { - "DisplayName": "PVP", - "Category": "Server Settings", - "Description": "Player vs Player", - "Keywords": "PVP", - "FieldName": "PVP", - "InputType": "checkbox", - "EnumValues": { - "True": "true", - "False": "false" - }, - "DefaultValue": "true", - "ParamFieldName": "PVP" } ]