Browse Source
Make worldedit_gui error non-fatal
to allow worldedit to be used in worldmods
pull/193/merge
wsor4035
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
worldedit_gui/init.lua
|
|
@ -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".. |
|
|
|