From ae7350e3a07a041595da4f840419df6a9d8445f0 Mon Sep 17 00:00:00 2001 From: slawkens <slawkens@gmail.com> Date: Thu, 8 Oct 2020 00:15:50 +0200 Subject: [PATCH] Fix typo: length --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 4b9a51d0..5189c198 100644 --- a/config.php +++ b/config.php @@ -160,7 +160,7 @@ $config = array( 'character_towns' => array(1), // characters lenght - // This is the minimum and the maximum length that a player can create a character. It is highly recommend the maximum lenght be 21. + // This is the minimum and the maximum length that a player can create a character. It is highly recommend the maximum length to be 21. 'character_name_min_length' => 4, 'character_name_max_length' => 21,