forked from VoxeLibre/VoxeLibre
Remove whitespace
This commit is contained in:
parent
99af25fba3
commit
4365f4df77
|
@ -103,7 +103,7 @@ local function player_shoot_arrow(wielditem, player, power, damage, is_critical)
|
||||||
local playerpos = player:get_pos()
|
local playerpos = player:get_pos()
|
||||||
local dir = player:get_look_dir()
|
local dir = player:get_look_dir()
|
||||||
local yaw = player:get_look_horizontal()
|
local yaw = player:get_look_horizontal()
|
||||||
|
|
||||||
if has_multishot_enchantment then
|
if has_multishot_enchantment then
|
||||||
-- calculate rotation by 10 degrees 'left' and 'right' of facing direction
|
-- calculate rotation by 10 degrees 'left' and 'right' of facing direction
|
||||||
local pitch = player:get_look_vertical()
|
local pitch = player:get_look_vertical()
|
||||||
|
|
Loading…
Reference in New Issue