formatting

This commit is contained in:
Brandon 2020-07-16 19:26:56 -04:00
parent 0637adf7ef
commit 53d52b3cac
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ minetest.register_globalstep(function(dtime)
-- controls head bone
local pitch = degrees(player:get_look_vertical()) * -1
player:set_bone_position("Head", vector.new(0,6.3,0), vector.new(pitch,0,0))
if mcl_playerplus_internal[name].jump_cooldown > 0 then