mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
remove print =)
This commit is contained in:
parent
d36fc16df8
commit
61158017cd
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ local function LadderThink(ply, mv, cmd, ladder)
|
|||
num = math.Round(ladderangf.x) == 1 and 40 or math.Round(ladderangf.x) == -1 and -40 or math.Round(ladderangf.y) == 1 and 40 or math.Round(ladderangf.y) == -1 and -40,
|
||||
}
|
||||
|
||||
print(math.Round(ladderangf.x))
|
||||
newpos[facing.pos] = mv:GetOrigin()[facing.pos] + facing.num
|
||||
|
||||
mv:SetOrigin(newpos)
|
||||
|
|
Loading…
Reference in a new issue