diff --git a/worldedit_commands/safe.lua b/worldedit_commands/safe.lua index 7381f4e..f6a359b 100644 --- a/worldedit_commands/safe.lua +++ b/worldedit_commands/safe.lua @@ -1,8 +1,6 @@ local area_protection = {} -if minetest.get_modpath( - "areas" -) then +if minetest.get_modpath("areas") then area_protection.areas = areas end