Make worldedit_gui error non-fatal

to allow worldedit to be used in worldmods
This commit is contained in:
wsor4035 2021-09-21 14:47:57 -04:00 committed by GitHub
parent 670e421f57
commit c8afa95542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(
return minetest.log("error",
"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"..