mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-05 18:36:33 +05:00
Remove silly print()
This commit is contained in:
parent
b40e360321
commit
ba49b787c9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue