Skip to content

Commit

Permalink
[hotfix] 31.05.2024
Browse files Browse the repository at this point in the history
- update GetProductVersionString index
  • Loading branch information
Exlodium committed May 31, 2024
1 parent ae5a693 commit 426205f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cstrike/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* - used to verify game version
*/

#define CS_PRODUCTSTRINGVERSION CS_XOR("1.40.1.0")
#define CS_PRODUCTSTRINGVERSION CS_XOR("1.40.1.1")

/*
* game's modules
Expand Down
2 changes: 1 addition & 1 deletion cstrike/sdk/interfaces/iengineclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ class IEngineClient

[[nodiscard]] const char* GetProductVersionString()
{
return MEM::CallVFunc<const char*, 81U>(this);
return MEM::CallVFunc<const char*, 82U>(this);
}
};

0 comments on commit 426205f

Please sign in to comment.