remove abitrary minetest.chat_send_all(

This commit is contained in:
epCode 2021-04-13 16:28:38 -07:00
parent a93562a60c
commit 8d22102c66
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@ minetest.register_globalstep(function(dtime)
elytra[player] = false
end]]
minetest.chat_send_all(degrees(player:get_look_vertical()) * -.01)
if elytra[player] == true then
mcl_player.player_set_animation(player, "fly")
playerphysics.add_physics_factor(player, "gravity", "mcl_playerplus:elytra", 0.1)