From 9b43a014ce755284e2c982d42f4e9e35ced85dbe Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Sat, 28 Jan 2023 20:50:40 +0100 Subject: [PATCH] auth stub --- auth.lua | 1 + init.lua | 1 + 2 files changed, 2 insertions(+) create mode 100644 auth.lua diff --git a/auth.lua b/auth.lua new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/auth.lua @@ -0,0 +1 @@ + diff --git a/init.lua b/init.lua index 36d1305..d7cc321 100644 --- a/init.lua +++ b/init.lua @@ -13,6 +13,7 @@ otp = { dofile(MP.."/functions.lua") dofile(MP.."/onboard.lua") +dofile(MP.."/auth.lua") if minetest.get_modpath("mtt") and mtt.enabled then dofile(MP.."/functions.spec.lua")