File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ const LanguageHandler = {
3232
3333class 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 ;
You can’t perform that action at this time.
0 commit comments