mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
lessen the push strength for players
This commit is contained in:
@ -46,7 +46,7 @@ local player_collision = function(player)
|
||||
end
|
||||
end
|
||||
|
||||
return({x * 5,z * 5})
|
||||
return({x,z})
|
||||
end
|
||||
|
||||
-- converts yaw to degrees
|
||||
|
Reference in New Issue
Block a user