From 1da3b32dbedf4380a3eff549435292f8cb7bc29f Mon Sep 17 00:00:00 2001 From: Isidor Zeuner Date: Wed, 28 Jun 2017 18:36:18 +0200 Subject: [PATCH] adapt style --- worldedit_commands/safe.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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