Remove comment

This commit is contained in:
Niklp 2024-03-18 15:10:06 +01:00
parent d0b482571c
commit 1aafb58da9
No known key found for this signature in database
GPG Key ID: 05D6F5035E66267A
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ minetest.after(0.01, function()
minetest.log("warning", "[unified_inventory] Removed item '"
.. itemname .. "' from category '" .. cat_name
.. "'. Reason: item is in 'not_in_creative_inventory' group")
--]]
]]
cat_def[itemname] = nil
end
end