fireflies - fix wrong conditional

This commit is contained in:
mckaygerhard 2023-06-18 04:37:27 -04:00
parent f4577ce506
commit 04c077e570

View File

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