Fix the //move command (WorldEdit API is unaffected).

This commit is contained in:
Anthony Zhang
2013-05-18 19:00:12 -04:00
parent 52c1379bce
commit d7ae19b7b8
2 changed files with 6 additions and 8 deletions

View File

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