mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
fixup
This commit is contained in:
parent
d21f7ca5fb
commit
8f6c3e020f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ worldeditadditions_core = {
|
|||
local we_c = worldeditadditions_core
|
||||
|
||||
-- Initialise WorldEdit stuff if the WorldEdit mod is not present
|
||||
if minetest.global_exists("bonemeal") then
|
||||
if minetest.global_exists("worldedit") then
|
||||
dofile(we_c.modpath.."/core/integrations/worldedit.lua")
|
||||
else
|
||||
dofile(we_c.modpath.."/core/integrations/noworldedit.lua")
|
||||
|
|
Loading…
Reference in a new issue