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:
2
api.lua
2
api.lua
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user