mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-27 12:00:21 +02:00
added space for stylistic imrpovement
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user