forked from VoxeLibre/VoxeLibre
remove trailing whitespace
This commit is contained in:
parent
83a651d375
commit
195b193260
|
@ -287,7 +287,7 @@ local function handle_blocking(player)
|
|||
elseif shield_in_offhand then
|
||||
local pointed_thing = mcl_util.get_pointed_thing(player, true)
|
||||
local wielded_stack = player:get_wielded_item()
|
||||
local offhand_can_block = (minetest.get_item_group(wielded_item(player), "bow") ~= 1
|
||||
local offhand_can_block = (minetest.get_item_group(wielded_item(player), "bow") ~= 1
|
||||
and minetest.get_item_group(wielded_item(player), "crossbow") ~= 1)
|
||||
|
||||
if pointed_thing and pointed_thing.type == "node" then
|
||||
|
|
Loading…
Reference in New Issue