Skip to content

Commit

Permalink
Updated external resource paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Dec 18, 2023
1 parent 28e11c4 commit d66893d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CS2Interface/CS/GameData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

namespace CS2Interface {
internal static class GameData {
internal static GameDataItems ItemsGame = new("https://raw.githubusercontent.com/Citrinate/CS2-ItemFileTracking/main/items_game.txt");
internal static GameDataItemsCDN ItemsGameCdn = new("https://raw.githubusercontent.com/Citrinate/CS2-ItemFileTracking/main/items_game_cdn.txt");
internal static GameDataText CsgoEnglish = new("https://raw.githubusercontent.com/Citrinate/CS2-ItemFileTracking/main/csgo_english.txt");
internal static GameDataItems ItemsGame = new("https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game.txt");
internal static GameDataItemsCDN ItemsGameCdn = new("https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game_cdn.txt");
internal static GameDataText CsgoEnglish = new("https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/resource/csgo_english.txt");

private static bool IsUpdating = false;
private static SemaphoreSlim UpdateSemaphore = new SemaphoreSlim(1, 1);
Expand Down

0 comments on commit d66893d

Please sign in to comment.