From ab5fed6b3fd51c2481352e85d2a2da46e1835ee5 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Mon, 5 Jun 2023 15:10:41 +0500 Subject: [PATCH] rar --- beatrun/gamemodes/beatrun/gamemode/sh/PuristMode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)