Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 22, 2024
1 parent 2cd9437 commit 18c98f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Plugins/VGUI2Extension/privatefuncs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,8 @@ void Engine_FillAddress(void)

void Client_FillAddress(void)
{
g_hClientModule = g_pMetaHookAPI->GetClientModule();

g_dwClientBase = g_pMetaHookAPI->GetClientBase();
g_dwClientSize = g_pMetaHookAPI->GetClientSize();

Expand Down

0 comments on commit 18c98f8

Please sign in to comment.