onboard form and join check

This commit is contained in:
BuckarooBanzay 2023-01-29 12:13:50 +01:00
parent bb06a28048
commit 9f3633ea58
8 changed files with 96 additions and 19 deletions

View file

@ -14,6 +14,7 @@ otp = {
dofile(MP.."/functions.lua")
dofile(MP.."/onboard.lua")
dofile(MP.."/auth.lua")
dofile(MP.."/privs.lua")
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP.."/functions.spec.lua")