mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
lessen the push strength for players
This commit is contained in:
parent
f6db31eae3
commit
3ff214ec2d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ local player_collision = function(player)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return({x * 5,z * 5})
|
return({x,z})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- converts yaw to degrees
|
-- converts yaw to degrees
|
||||||
|
|
Loading…
Reference in a new issue