From 75bb007a2ba65f23371408be5966c7c477f1a178 Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 26 Jul 2018 16:37:02 +0100 Subject: [PATCH] Actually export new function --- lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.lua b/lib.lua index de71cce..130b66a 100644 --- a/lib.lua +++ b/lib.lua @@ -161,4 +161,4 @@ local function init() d.map(find_peripherals(function(type, name, wrapped) return type == "modem" end), rednet.open) end -return { errors = errors, serve = serve, query_by_ID = query_by_ID, query_by_type = query_by_type, load_config = load_config, find_peripherals = find_peripherals, init = init } \ No newline at end of file +return { errors = errors, serve = serve, query_by_ID = query_by_ID, query_by_type = query_by_type, get_internal_identifier = get_internal_identifier, load_config = load_config, find_peripherals = find_peripherals, init = init } \ No newline at end of file