From b0d2129420f0ea6649cbe7b9438d68e422714506 Mon Sep 17 00:00:00 2001 From: Citrinate Date: Mon, 18 Dec 2023 12:42:37 -0500 Subject: [PATCH] Update game file urls --- lib/game_data.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/game_data.js b/lib/game_data.js index 3e2355c..cbbadf3 100644 --- a/lib/game_data.js +++ b/lib/game_data.js @@ -32,9 +32,9 @@ const LanguageHandler = { class GameData { constructor(update_interval, enable_update) { - this.items_game_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CSGO/master/csgo/scripts/items/items_game.txt'; - this.items_game_cdn_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CSGO/master/csgo/scripts/items/items_game_cdn.txt'; - this.csgo_english_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CSGO/master/csgo/resource/csgo_english.txt'; + this.items_game_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game.txt'; + this.items_game_cdn_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game_cdn.txt'; + this.csgo_english_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/resource/csgo_english.txt'; this.schema_url = 'https://raw.githubusercontent.com/SteamDatabase/SteamTracking/b5cba7a22ab899d6d423380cff21cec707b7c947/ItemSchema/CounterStrikeGlobalOffensive.json'; this.items_game = false;