diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/PuristMode.lua b/beatrun/gamemodes/beatrun/gamemode/sh/PuristMode.lua index 6b8d045..ee72b34 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/PuristMode.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/PuristMode.lua @@ -8,7 +8,7 @@ local function PuristMove(ply, mv, cmd) local PuristMode = tobool(ply:GetInfo("Beatrun_PuristMode")) if not ply:OnGround() and not ply:GetGrappling() then - if (PuristMode:GetBool() or PuristModeForce:GetBool()) and ply:WaterLevel() == 0 then + if (PuristMode or PuristModeForce:GetBool()) and ply:WaterLevel() == 0 then mv:SetForwardSpeed(mv:GetForwardSpeed() * 0.001) mv:SetSideSpeed(mv:GetSideSpeed() * 0.001)