mirror of
https://github.com/minetest-mods/areas.git
synced 2024-12-25 02:00: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
|
||||
|
||||
-- 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
|
||||
return area_list
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user