Remove whitespace

This commit is contained in:
seventeenthShulker 2023-07-06 19:10:00 +02:00
parent 99af25fba3
commit 4365f4df77
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ local function player_shoot_arrow(wielditem, player, power, damage, is_critical)
local playerpos = player:get_pos()
local dir = player:get_look_dir()
local yaw = player:get_look_horizontal()
if has_multishot_enchantment then
-- calculate rotation by 10 degrees 'left' and 'right' of facing direction
local pitch = player:get_look_vertical()