allow worldedit to be used in worldmods

This commit is contained in:
unknown 2021-09-20 19:44:02 -04:00
parent 670e421f57
commit 40f7cf5109
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ elseif minetest.global_exists("sfinv") then -- sfinv installed
end
end
else
error(
minetest.log("warning",
"worldedit_gui requires a supported gui management mod to be installed.\n"..
"To use the it you need to either:\n"..
"* use minetest_game or another sfinv-compatible subgame\n"..