From 1e6ebf0db044e93d7d26892ff1f30eb82b398b74 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:48:15 +1000 Subject: [PATCH] Path of Titans: fix technical name for Gondwa map (#398) --- path-of-titansconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/path-of-titansconfig.json b/path-of-titansconfig.json index 4f0a2bd..f1193ee 100644 --- a/path-of-titansconfig.json +++ b/path-of-titansconfig.json @@ -160,7 +160,7 @@ "DefaultValue":"Panjura", "EnumValues":{ "Panjura":"Panjura (default)", - "Gondwa":"Gondwa", + "Island":"Gondwa", "{{CustomMap}}":"Custom" } }, @@ -270,7 +270,7 @@ { "DisplayName":"Server Admins", "Category":"POT Server Settings", - "Description":"Server admins can be specified in Game.ini by their Alderon Games IDs. Format is \"ServerAdmins=123-456-789\" in the [/Script/PathOfTitans.IGameSession] section. One admin per line", + "Description":"Server admins can be specified in Game.ini by their Alderon Games IDs. Format is \"ServerAdmins=123-456-789\" (don't include quotes) in the [/Script/PathOfTitans.IGameSession] section. Add the section heading if needed. One admin per line", "Keywords":"server,admins,serveradmins", "FieldName":"POTServerAdmins", "InputType":"hidden",