Skip to content

Commit

Permalink
change hitlaglist/parrylist to Thinkframe
Browse files Browse the repository at this point in the history
makes it so the bounce is more instant
  • Loading branch information
Jiskster committed Sep 2, 2024
1 parent eb79fed commit 4515478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lua/PlayerScripts/player_parry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local function _isPF(mobj)
return true; end
end

addHook("PreThinkFrame", function()
addHook("ThinkFrame", function()
-- Hitlag Table:
for object, v in pairs(PTSR.HitlagList) do
if v.time_left then
Expand Down

0 comments on commit 4515478

Please sign in to comment.