mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +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',
|
'name' => 'Towns List',
|
||||||
'type' => 'text',
|
'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)",
|
'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' => [
|
'callbacks' => [
|
||||||
'get' => function ($value) {
|
'get' => function ($value) {
|
||||||
return array_map('trim', explode(',', $value));
|
return array_map('trim', explode(',', $value));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user