Skip to content

Commit

Permalink
🌎🌎
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync committed Oct 22, 2023
1 parent 66eebfe commit d10ab1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/config/fnf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
'tnt' => 'TNT',
'vsofcra' => 'FNF vs OFCRA',
'soon' => 'SOON',
'vsarmasa' => 'FNF vs Arma Sudamerica'
'vssud' => 'FNF vs SUD'
];

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

$config['tag_event_types'] = [
'fnfeu' => 'eu',
'fnfeu1' => ['eu','tnt','na'],
'fnfeu1' => ['eu','tnt','na','vssud'],
'fnfeu2' => 'eu',
'fnfna' => 'na',
'fnfna1' => ['na','tnt'],
Expand Down

0 comments on commit d10ab1e

Please sign in to comment.