Skip to content

Commit

Permalink
Closed gamedata handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Psykotikism committed Jan 29, 2022
1 parent 8699049 commit eac61b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified addons/sourcemod/plugins/l4d_jump_system.smx
Binary file not shown.
2 changes: 2 additions & 0 deletions addons/sourcemod/scripting/l4d_jump_system.sp
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ public void OnPluginStart()
vSetupDetour(g_esGeneral.g_ddFallingDetour, gdJumpSystem, "JSDetour_CTerrorPlayer::OnFalling");

vSetupPatch(g_esGeneral.g_mpFallScreamMute, gdJumpSystem, "JSPatch_FallScreamMute");

delete gdJumpSystem;
}
}

Expand Down

0 comments on commit eac61b6

Please sign in to comment.