Skip to content

Commit f38cad4

Browse files
authored
Merge pull request #193 from Citrinate/patch-1
Update game file urls
2 parents 89b2d41 + b0d2129 commit f38cad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/game_data.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const LanguageHandler = {
3232

3333
class GameData {
3434
constructor(update_interval, enable_update) {
35-
this.items_game_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CSGO/master/csgo/scripts/items/items_game.txt';
36-
this.items_game_cdn_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CSGO/master/csgo/scripts/items/items_game_cdn.txt';
37-
this.csgo_english_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CSGO/master/csgo/resource/csgo_english.txt';
35+
this.items_game_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game.txt';
36+
this.items_game_cdn_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game_cdn.txt';
37+
this.csgo_english_url = 'https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/resource/csgo_english.txt';
3838
this.schema_url = 'https://raw.githubusercontent.com/SteamDatabase/SteamTracking/b5cba7a22ab899d6d423380cff21cec707b7c947/ItemSchema/CounterStrikeGlobalOffensive.json';
3939

4040
this.items_game = false;

0 commit comments

Comments
 (0)