mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Fix typo worldeditadditions_core/init.lua
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
0ad0c63def
commit
7b651d7abe
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ local we_c = worldeditadditions_core
|
|||
|
||||
we_c.modpath = minetest.get_modpath("worldeditadditions_core")
|
||||
|
||||
-- Initialze WorldEdit stuff if the WorldEdit mod is not present
|
||||
-- Initialise WorldEdit stuff if the WorldEdit mod is not present
|
||||
if not minetest.get_modpath("worldedit") then
|
||||
dofile(we_c.modpath.."/worldedit/init.lua")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue