mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Default town = 1
This commit is contained in:
parent
bb02328b5a
commit
6baf49bba8
@ -724,7 +724,7 @@ Sent by MyAAC,<br/>
|
||||
'name' => 'Towns List',
|
||||
'type' => 'text',
|
||||
'desc' => "Towns List used when creating character separated by comma (,). Won't be displayed if there is only one item (rookgaard for example)",
|
||||
'default' => '1,2',
|
||||
'default' => '1',
|
||||
'callbacks' => [
|
||||
'get' => function ($value) {
|
||||
return array_map('trim', explode(',', $value));
|
||||
|
Loading…
x
Reference in New Issue
Block a user