From 2bbabc3c41b826b78f7cf7a69b5f17e445cdc61b Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:36:29 +1000 Subject: [PATCH] Path of Titans: setting description consistency tweaks (#399) --- path-of-titansconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path-of-titansconfig.json b/path-of-titansconfig.json index f1193ee..00f4040 100644 --- a/path-of-titansconfig.json +++ b/path-of-titansconfig.json @@ -578,7 +578,7 @@ { "DisplayName":"Dinosaur Disabling", "Category":"POT Gameplay Settings", - "Description":"If desired, all dinosaurs except certain listed dinosaurs can be disabled on the server, by including relevant entries in Game.ini. As per [these instructions](https://github.com/Alderon-Games/pot-community-servers/wiki/Enabling-and-Disabling-Dinosaurs), format is \"+AllowedCharacters=DinosaurName\" in the [/Script/PathOfTitans.IGameSession] section", + "Description":"If desired, all dinosaurs except certain listed dinosaurs can be disabled on the server, by including relevant entries in Game.ini. As per [these instructions](https://github.com/Alderon-Games/pot-community-servers/wiki/Enabling-and-Disabling-Dinosaurs), format is \"+AllowedCharacters=DinosaurName\" (don't include quotes) in the [/Script/PathOfTitans.IGameSession] section. Add the section heading if needed. One dinosaur per line", "Keywords":"disable,dinosaurs,allowed,characters,allowedcharacters", "FieldName":"AllowedCharacters", "InputType":"hidden",