1
0
mirror of https://github.com/minetest-mods/areas.git synced 2025-06-29 06:30:32 +02:00

adjusted handler registration name

This commit is contained in:
Tai @ Flex
2016-11-26 12:23:46 +00:00
parent e4ac30b7ff
commit 6708c966ca

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