Drafted priv_to_org as first MT module, but it doesn't work yet b/c interaction issues

This commit is contained in:
Nathan Schneider
2021-12-18 15:46:14 -07:00
parent 3e3f737915
commit ac0c78795b
2 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,4 @@
--call all files in this directory
--- Script for loading Minetest files
-- ===================================================================
-- Minetest Specific Overrides of modpol functions
@ -20,7 +18,13 @@ dofile (localdir .. "/chatcommands.lua")
-- ===================================================================
-- Minetest Specific code
-- Minetest-specific modules
-- ===================================================================
dofile (localdir .. "/modules/priv_to_org.lua")
-- ===================================================================
-- Minetest-specific code
-- ===================================================================
--add members to the instance, if they are not already there.