From 309cc30d640c7cf498f16bfe3105f11eb8079b27 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:18:57 +1000 Subject: [PATCH] Pavlov: update setting description for newer server builds (#432) --- pavlov-vrconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pavlov-vrconfig.json b/pavlov-vrconfig.json index c20c434..c8f5e28 100755 --- a/pavlov-vrconfig.json +++ b/pavlov-vrconfig.json @@ -232,7 +232,7 @@ { "DisplayName": "Balance Table URL", "Category": "Server Settings", - "Description": "Reference for custom balance table on GitHub. [Follow the instructions](https://github.com/vankruptgames/BalancingTable) to create your own", + "Description": "Reference for custom balance table on GitHub. [Follow the instructions](https://github.com/vankruptgames/BalancingTable) to create your own. Note: You may need to use the Beta_5.1 branch on GitHub for server builds based on Unity 5", "Keywords": "balance,table,URL,balancetableurl", "FieldName": "BalanceTableURL", "InputType": "text",