diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/Ladder.lua b/beatrun/gamemodes/beatrun/gamemode/sh/Ladder.lua index 4f09e50..ce8d228 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/Ladder.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/Ladder.lua @@ -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)