From 18bb23d969c1912d0f94ff56f232b558cf606390 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 4 Aug 2023 15:47:14 +0200 Subject: [PATCH] Move create character blocked names down --- system/settings.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/system/settings.php b/system/settings.php index 762329d8..60a8fbb7 100644 --- a/system/settings.php +++ b/system/settings.php @@ -634,24 +634,6 @@ Sent by MyAAC,
'type' => 'section', 'title' => 'Create Character', ], - 'create_character_name_monsters_check' => [ - 'name' => 'Block Monsters Names', - 'type' => 'boolean', - 'desc' => 'Should monsters names be blocked when creating character?', - 'default' => true, - ], - 'create_character_name_npc_check' => [ - 'name' => 'Block NPC Names', - 'type' => 'boolean', - 'desc' => 'Should NPC names be blocked when creating character?', - 'default' => true, - ], - 'create_character_name_spells_check' => [ - 'name' => 'Block Spells Names', - 'type' => 'boolean', - 'desc' => 'Should spells names and words be blocked when creating character?', - 'default' => true, - ], 'create_character_name_min_length' => [ 'name' => 'Name Min Length', 'type' => 'number', @@ -697,6 +679,24 @@ Sent by MyAAC,
}, ], ], + 'create_character_name_monsters_check' => [ + 'name' => 'Block Monsters Names', + 'type' => 'boolean', + 'desc' => 'Should monsters names be blocked when creating character?', + 'default' => true, + ], + 'create_character_name_npc_check' => [ + 'name' => 'Block NPC Names', + 'type' => 'boolean', + 'desc' => 'Should NPC names be blocked when creating character?', + 'default' => true, + ], + 'create_character_name_spells_check' => [ + 'name' => 'Block Spells Names', + 'type' => 'boolean', + 'desc' => 'Should spells names and words be blocked when creating character?', + 'default' => true, + ], 'account_mail_confirmed_reward' => [ 'type' => 'section', 'title' => 'Reward Users for confirming their E-Mails. Works only with Account Mail Verify enabled',