From 6708c966ca710f53dc2c9f071da4892745b50a97 Mon Sep 17 00:00:00 2001 From: "Tai @ Flex" Date: Sat, 26 Nov 2016 12:23:46 +0000 Subject: [PATCH] adjusted handler registration name --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 6442138..87073a5 100644 --- a/api.lua +++ b/api.lua @@ -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