master
JPG 2018-01-18 16:39:15 +01:00
parent d9e653b318
commit d4d6f600db
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ function areas:canInteract(pos, name)
if minetest.check_player_privs(name, self.adminPrivs) or
destructible or
wield_item:find("audioblocks:bloc_phrase") or
node_name:find("audioblocks:bloc_phrase") then
wield_item:find("audioblocks:bush") or
node_name:find("audioblocks:bloc_phrase") or
node_name:find("audioblocks:bush") then
return true
end