auth stub

This commit is contained in:
BuckarooBanzay 2023-01-28 20:50:40 +01:00
parent 5fc1459a31
commit 9b43a014ce
2 changed files with 2 additions and 0 deletions

1
auth.lua Normal file
View file

@ -0,0 +1 @@

View file

@ -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")