Skip to content

Commit

Permalink
game update
Browse files Browse the repository at this point in the history
  • Loading branch information
clauadv committed Dec 20, 2024
1 parent c385b2e commit d1c2806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions usermode/src/common.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

/* current build of cs2_webradar */
#define CS2_WEBRADAR_VERSION "v1.2.4"
#define CS2_WEBRADAR_VERSION "v1.2.5"

/* current build of cs2 */
#define CS2_VERSION "15:59:25"
#define CS2_VERSION "14:24:43"

/* game modules */
#define CLIENT_DLL "client.dll"
Expand Down
2 changes: 1 addition & 1 deletion usermode/src/sdk/interfaces/game_entity_system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class c_game_entity_system
{
public:
SCHEMA_ADD_OFFSET(int32_t, m_highest_entity_idx, 0x1520);
SCHEMA_ADD_OFFSET(int32_t, m_highest_entity_idx, 0x20f0);

template <typename T = c_base_entity*>
T get(int32_t idx)
Expand Down

0 comments on commit d1c2806

Please sign in to comment.