From c93bf5a984be018ab22d5abc29465311afc461c1 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 30 May 2024 09:02:19 +0200 Subject: [PATCH] create_character_name_min_length => 3 --- system/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/settings.php b/system/settings.php index a5d0c00e..a7f1b53c 100644 --- a/system/settings.php +++ b/system/settings.php @@ -735,7 +735,7 @@ Sent by MyAAC,
'name' => 'Name Min Length', 'type' => 'number', 'desc' => '', - 'default' => 4, + 'default' => 3, ], 'create_character_name_max_length' => [ 'name' => 'Name Max Length',