From ce51f0cc35f123506be55118c1710d87be7d044b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 3 Aug 2017 19:36:38 +0200 Subject: [PATCH] Update FIXME note in mcl_inventory --- mods/HUD/mcl_inventory/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/HUD/mcl_inventory/init.lua b/mods/HUD/mcl_inventory/init.lua index 4c07c0833..c059f3c1e 100644 --- a/mods/HUD/mcl_inventory/init.lua +++ b/mods/HUD/mcl_inventory/init.lua @@ -6,7 +6,7 @@ if minetest.get_modpath("3d_armor") ~= nil then show_armor = true end -- Sadly, using worldedit_gui breaks the inventory, making it incompatible. -- Print error message if this mod was found. --- FIXME: Find a way to make worldedit_gui compatble. +-- TODO: Remove this message when worldedit_gui has been fixed. if minetest.get_modpath("worldedit_gui") then minetest.log("error", "The mod “worldedit_gui” is enabled. This mod is known to break the inventory in MineClone 2. Please disable worldedit_gui and restart the game.") end