Began creating complex interactions in Minetest with _context

This commit is contained in:
Nathan Schneider
2021-04-17 23:37:56 -06:00
parent 55c3ee9f46
commit 486d310f52
3 changed files with 125 additions and 37 deletions

View File

@ -21,7 +21,7 @@ regchat(
"modpol", {
privs = {},
func = function(user)
modpol.dashboard(user)
modpol.interactions.dashboard(user)
end,
})