mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Fix typo: length
This commit is contained in:
parent
c30300c368
commit
ae7350e3a0
@ -160,7 +160,7 @@ $config = array(
|
|||||||
'character_towns' => array(1),
|
'character_towns' => array(1),
|
||||||
|
|
||||||
// characters lenght
|
// 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_min_length' => 4,
|
||||||
'character_name_max_length' => 21,
|
'character_name_max_length' => 21,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user