mirror of
https://github.com/minetest-mods/areas.git
synced 2024-12-26 02:30:40 +01:00
added space for stylistic imrpovement
This commit is contained in:
parent
9fc3583509
commit
ea0d14d312
2
api.lua
2
api.lua
@ -6,7 +6,7 @@ areas.registerHudHandler = function(handler)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Generalized call to registered handlers to add their proeciton labels to the areas list
|
-- Generalized call to registered handlers to add their proeciton labels to the areas list
|
||||||
local detect_extra_protection = function(pos,area_list)
|
local detect_extra_protection = function(pos, area_list)
|
||||||
if #protection_detectors <= 0 then
|
if #protection_detectors <= 0 then
|
||||||
return area_list
|
return area_list
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user