Skip to content

Commit

Permalink
Make worldedit_gui error non-fatal
Browse files Browse the repository at this point in the history
to allow worldedit to be used in worldmods
  • Loading branch information
wsor4035 committed Sep 21, 2021
1 parent 670e421 commit c8afa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit_gui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"..
Expand Down

0 comments on commit c8afa95

Please sign in to comment.