remove trailing whitespace

This commit is contained in:
loveaabb 2024-05-24 01:39:11 +00:00
parent 83a651d375
commit 195b193260
1 changed files with 1 additions and 1 deletions

View File

@ -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