From eec197c89dbf57c7bb6c1a692878a6f08ac5cca2 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sat, 12 Mar 2022 11:16:33 +1100 Subject: [PATCH] Make default server version more explicit --- pavlov-vrconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pavlov-vrconfig.json b/pavlov-vrconfig.json index 193d809..4135a33 100755 --- a/pavlov-vrconfig.json +++ b/pavlov-vrconfig.json @@ -9,9 +9,9 @@ "IsFlagArgument": false, "ParamFieldName": "", "IncludeInCommandLine": false, - "DefaultValue": "", + "DefaultValue": "public", "EnumValues": { - "": "PC Server (Non-Beta)", + "public": "PC Server (Non-Beta)", "beta_server": "PC Beta", "shack": "Shack Live (Quest)", "shack_beta": "Shack RC (Quest)"