forked from VoxeLibre/VoxeLibre
lessen the push strength for players
This commit is contained in:
parent
f6db31eae3
commit
3ff214ec2d
|
@ -46,7 +46,7 @@ local player_collision = function(player)
|
|||
end
|
||||
end
|
||||
|
||||
return({x * 5,z * 5})
|
||||
return({x,z})
|
||||
end
|
||||
|
||||
-- converts yaw to degrees
|
||||
|
|
Loading…
Reference in New Issue