added space for stylistic imrpovement

This commit is contained in:
Tai @ Flex 2016-11-28 22:51:47 +08:00
parent 9fc3583509
commit ea0d14d312
1 changed files with 1 additions and 1 deletions

View File

@ -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