Skip to content

Commit

Permalink
Fix disconnect crash
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Jun 20, 2024
1 parent 5e7bd47 commit a7e58e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/mods/deathmatch/logic/CClientGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ CClientGame::~CClientGame()
g_pMultiplayer->SetPostWorldProcessHandler(NULL);
g_pMultiplayer->SetPostWorldProcessPedsAfterPreRenderHandler(nullptr);
g_pMultiplayer->SetPreFxRenderHandler(NULL);
g_pMultiplayer->SetPostColorFilterRenderHandler(nullptr);
g_pMultiplayer->SetPreHudRenderHandler(NULL);
g_pMultiplayer->DisableCallsToCAnimBlendNode(true);
g_pMultiplayer->SetCAnimBlendAssocDestructorHandler(NULL);
Expand Down

0 comments on commit a7e58e0

Please sign in to comment.