From 71f7bb2e7599d6e74c0b063afae50a147a8a7a08 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 13 Feb 2021 22:07:54 +0100 Subject: [PATCH] Fix typo --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 64611dff..2c815136 100644 --- a/config.php +++ b/config.php @@ -167,7 +167,7 @@ $config = array( // won't be displayed if there is only one item (rookgaard for example) 'character_towns' => array(1), - // characters lenght + // characters length // 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,