Skip to content

Commit

Permalink
🏦
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync committed Jun 26, 2024
1 parent c5fba22 commit d7932cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/config/fnf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'vssud' => 'FNF vs AS'
];

$config['default_selected_event_types'] = ['eu', 'na', 'titans', 'tnt', 'vsofcra', 'soon', 'vssud'];
$config['default_selected_event_types'] = ['eu', 'na'];

$config['tag_event_types'] = [
'fnfeu' => 'eu',
Expand Down
16 changes: 11 additions & 5 deletions application/config/hk.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,29 @@

$config['event_types'] = [
's1' => 'Season One',
's1tb' => 'S1 Tiebreaker'
's2' => 'Season Two',
'tb' => 'Tiebreaker'
];

$config['default_selected_event_types'] = [
's1'
's2'
];

$config['tag_event_types'] = [
'Season One' => 's1'
'Season One' => 's1',
'Season Two' => 's2'
];

// Keep these ordered by rank
$config['cmd_group_names'] = [];
$config['cmd_group_names'] = [
'Blue Lead',
'Red Lead'
];

// Keep these ordered by rank
$config['cmd_role_names'] = [
'Platoon Leader'
'Platoon Leader',
'Platoon Commander'
];

$config['sides'] = [
Expand Down

0 comments on commit d7932cb

Please sign in to comment.