We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8f81 commit ab3b355Copy full SHA for ab3b355
src/Modules/Client.cpp
@@ -1223,6 +1223,10 @@ void Client::Shutdown() {
1223
Command::Unhook("playvideo_end_level_transition", Client::playvideo_end_level_transition_callback);
1224
Command::Unhook("+leaderboard", Client::openleaderboard_callback);
1225
Command::Unhook("unpause", Client::closeleaderboard_callback);
1226
+ g_drawPortalPatch->Restore();
1227
+ g_drawPortalGhostPatch->Restore();
1228
+ SAFE_DELETE(g_drawPortalPatch);
1229
+ SAFE_DELETE(g_drawPortalGhostPatch);
1230
}
1231
1232
Client *client;
0 commit comments