adjusted handler registration name

This commit is contained in:
Tai @ Flex 2016-11-26 12:23:46 +00:00
parent e4ac30b7ff
commit 6708c966ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local protection_detectors = {}
areas.register_protector_detector = function(handler)
areas.register_hud_handler = function(handler)
protection_detectors[#protection_detectors+1] = handler
end