1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-01 07:30:39 +02:00

adapt style

This commit is contained in:
Isidor Zeuner
2017-06-28 18:36:18 +02:00
parent 337c1e6d27
commit 1da3b32dbe

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