fireflies - fix wrong conditional
This commit is contained in:
parent
f4577ce506
commit
04c077e570
@ -111,7 +111,7 @@ minetest.register_tool("fireflies:bug_net", {
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
if not m_cre then
|
if not m_cre then
|
||||||
if creative.is_enabled_for(player:get_player_name())) then
|
if creative.is_enabled_for(player:get_player_name()) then
|
||||||
itemstack:add_wear(256)
|
itemstack:add_wear(256)
|
||||||
return itemstack
|
return itemstack
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user