From d10ab1e3fa595f125508fbf05af09499e7479cae Mon Sep 17 00:00:00 2001 From: Smith Date: Sun, 22 Oct 2023 03:21:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8E=F0=9F=8C=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/fnf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/config/fnf.php b/application/config/fnf.php index 96d540f..98e6b3b 100644 --- a/application/config/fnf.php +++ b/application/config/fnf.php @@ -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'],