From 6baf49bba81fe9d90fad5d59844933da71548b6e Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 01:35:51 +0100 Subject: [PATCH] Default town = 1 --- system/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/settings.php b/system/settings.php index 56d277bc..c519a6a4 100644 --- a/system/settings.php +++ b/system/settings.php @@ -724,7 +724,7 @@ Sent by MyAAC,
'name' => 'Towns List', 'type' => 'text', 'desc' => "Towns List used when creating character separated by comma (,). Won't be displayed if there is only one item (rookgaard for example)", - 'default' => '1,2', + 'default' => '1', 'callbacks' => [ 'get' => function ($value) { return array_map('trim', explode(',', $value));