Fix highscores country box to be hidden

This commit is contained in:
slawkens 2023-08-31 14:08:02 +02:00
parent 63e69c97b7
commit fd25e6e881

View File

@ -1048,8 +1048,9 @@ Sent by MyAAC,<br/>
'default' => true, 'default' => true,
], ],
'highscores_country_box' => [ // not implemented yet 'highscores_country_box' => [ // not implemented yet
'hidden' => true,
'name' => 'Display Country Box', 'name' => 'Display Country Box',
'type' => 'hidden', 'type' => 'boolean',
'desc' => 'Show player outfit?', 'desc' => 'Show player outfit?',
'default' => false, 'default' => false,
], ],