This commit is contained in:
Jonny_Bro (Nikita) 2023-06-05 15:10:41 +05:00
parent dde82ac56b
commit ab5fed6b3f

View file

@ -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)