From c2fafceb861e66e6aee016cdeb2d02381b11eba8 Mon Sep 17 00:00:00 2001 From: Joseph Pickard Date: Sun, 10 Jan 2016 15:41:41 -0500 Subject: [PATCH] --- pos.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos.lua b/pos.lua index 1f60532..3f19da0 100644 --- a/pos.lua +++ b/pos.lua @@ -119,7 +119,7 @@ minetest.register_chatcommand("area_pos", { }) function areas.useWorldedit(playerName) - if minetest or minetest.get_modpath("worldedit") then + if worldedit or minetest.get_modpath("worldedit") then if nil == playerName then return true; elseif minetest.check_player_privs(playerName, {worldedit = true}) then