mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
* added missing comma
This commit is contained in:
parent
46ca6262b5
commit
b714bf4abe
@ -142,7 +142,7 @@ $config = array(
|
|||||||
// 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 lenght be 21.
|
||||||
'character_name_min_length' => 4,
|
'character_name_min_length' => 4,
|
||||||
'character_name_max_length' => 21
|
'character_name_max_length' => 21,
|
||||||
|
|
||||||
// list of towns
|
// list of towns
|
||||||
'towns' => array(
|
'towns' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user