File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ const LanguageHandler = {
32
32
33
33
class GameData {
34
34
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' ;
38
38
this . schema_url = 'https://raw.githubusercontent.com/SteamDatabase/SteamTracking/b5cba7a22ab899d6d423380cff21cec707b7c947/ItemSchema/CounterStrikeGlobalOffensive.json' ;
39
39
40
40
this . items_game = false ;
You can’t perform that action at this time.
0 commit comments