From 32863eb53aab216eb8ef3309bf59c438ca7d5fe3 Mon Sep 17 00:00:00 2001 From: LostTrackpad Date: Tue, 18 Jun 2024 15:38:53 +0700 Subject: [PATCH] Fix my dumb arse bug --- beatrun/gamemodes/beatrun/gamemode/sh/Swingbar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/Swingbar.lua b/beatrun/gamemodes/beatrun/gamemode/sh/Swingbar.lua index d3a8710..78a2709 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/Swingbar.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/Swingbar.lua @@ -21,6 +21,7 @@ local function SwingbarCheck(ply, mv, cmd) if IsValid(trout.Entity) and trout.Entity:GetClass() == "br_swingbar" and (ply:GetSwingbarLast() ~= trout.Entity or ply:GetSBDelay() < CurTime()) then if CrueltyParkour:GetBool() and !ply:UsingRH() then + else local swingbar = trout.Entity local dot = cmd:GetViewAngles():Forward():Dot(swingbar:GetAngles():Forward()) local dir = dot > 0 and true or false