mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
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
Block a user