Began dashboard formspec in Minetest

This commit is contained in:
Nathan Schneider
2021-04-17 09:40:23 -06:00
parent 6bc5f4077e
commit a6cd6ebcfe
2 changed files with 31 additions and 10 deletions

View File

@ -21,8 +21,7 @@ regchat(
"dashboard", {
privs = {},
func = function(user)
local result = modpol.dashboard(user)
return true, result
modpol.dashboard(user)
end,
})