This commit is contained in:
Starbeamrainbowlabs 2022-05-17 01:04:51 +01:00
parent d21f7ca5fb
commit 8f6c3e020f
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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")