Remove silly print()

This commit is contained in:
LostTrackpad 2024-07-29 22:27:35 +07:00
parent b40e360321
commit ba49b787c9

View file

@ -141,7 +141,6 @@ local function SwingbarThink(ply, mv, cmd)
offset = ply:GetSBOffset()
if mv:KeyPressed(IN_JUMP) or mv:KeyDown(IN_JUMP) and offset > 90 or (CrueltyParkour:GetBool() and !ply:UsingRH()) then
print("ONE")
ParkourEvent("swingjump", ply)
if mv:KeyPressed(IN_JUMP) and offset > 90 then