From 520880fb7fcc077098270c3a3b0af2d4ddf41592 Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Sat, 9 Dec 2023 20:25:14 +0300 Subject: [PATCH] Fix CS2 --- system/data/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/data/config.php b/system/data/config.php index 356bc94..c3b52cc 100644 --- a/system/data/config.php +++ b/system/data/config.php @@ -214,7 +214,7 @@ $cfg = array( 'cssold' => '/cstrike', 'css' => '/cstrike', 'csgo' => '/csgo', - 'cs2' => '/game/csgo', + 'cs2' => '/game', 'samp' => '/', 'crmp' => '/', 'mta' => '/mods/deathmatch',