Skip to content

Commit

Permalink
new offsets loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteCorum committed Sep 10, 2024
1 parent f7e3e59 commit 4c106ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DragonBurn/Offsets/Offsets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ void Offsets::SetOffsets(const std::string& offsetsData, const std::string& butt

int Offsets::UpdateOffsets()
{
const std::string offsetsUrl = "https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/offsets.json";
const std::string buttonsUrl = "https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/buttons.json";
const std::string client_dllUrl = "https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/client_dll.json";
const std::string offsetsUrl = "https://raw.githubusercontent.com/ByteCorum/DragonBurn/WIP/offsets.json";
const std::string buttonsUrl = "https://raw.githubusercontent.com/ByteCorum/DragonBurn/WIP/buttons.json";
const std::string client_dllUrl = "https://raw.githubusercontent.com/ByteCorum/DragonBurn/WIP/client.dll.json";
std::string offsetsData, buttonsData, client_dllData;

if (!Web::CheckConnection())
Expand Down

0 comments on commit 4c106ff

Please sign in to comment.