forked from mtcontrib/Minetest-WorldEdit
Fix the //move command (WorldEdit API is unaffected).
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
local path = minetest.get_modpath("worldedit")
|
||||
local path = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
local loadmodule = function(path)
|
||||
return pcall(function()
|
||||
|
Reference in New Issue
Block a user