lessen the push strength for players

This commit is contained in:
epCode 2021-04-10 15:06:16 -07:00
parent f6db31eae3
commit 3ff214ec2d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ local player_collision = function(player)
end
end
return({x * 5,z * 5})
return({x,z})
end
-- converts yaw to degrees