adapt style

This commit is contained in:
Isidor Zeuner 2017-06-28 18:36:18 +02:00
parent 337c1e6d27
commit 1da3b32dbe
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
local area_protection = {}
if minetest.get_modpath(
"areas"
) then
if minetest.get_modpath("areas") then
area_protection.areas = areas
end