mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-03-21 09:01:22 +00:00
auth stub
This commit is contained in:
parent
5fc1459a31
commit
9b43a014ce
2 changed files with 2 additions and 0 deletions
1
auth.lua
Normal file
1
auth.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
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…
Add table
Reference in a new issue