From 1aafb58da9785843b3f74aef53c12d815ba5d6ef Mon Sep 17 00:00:00 2001 From: Niklp Date: Mon, 18 Mar 2024 15:10:06 +0100 Subject: [PATCH] Remove comment --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 6734459..76e6c79 100644 --- a/api.lua +++ b/api.lua @@ -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