mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-16 21:23:18 +00:00
auth stub
This commit is contained in:
parent
5fc1459a31
commit
9b43a014ce
1
init.lua
1
init.lua
|
@ -13,6 +13,7 @@ otp = {
|
||||||
|
|
||||||
dofile(MP.."/functions.lua")
|
dofile(MP.."/functions.lua")
|
||||||
dofile(MP.."/onboard.lua")
|
dofile(MP.."/onboard.lua")
|
||||||
|
dofile(MP.."/auth.lua")
|
||||||
|
|
||||||
if minetest.get_modpath("mtt") and mtt.enabled then
|
if minetest.get_modpath("mtt") and mtt.enabled then
|
||||||
dofile(MP.."/functions.spec.lua")
|
dofile(MP.."/functions.spec.lua")
|
||||||
|
|
Loading…
Reference in a new issue