mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 21:02:31 +02:00
lessen the push strength for players
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user