Got first token modules working, and a bunch of bugfixes throughout
This commit is contained in:
@ -11,11 +11,6 @@ local localdir = minetest.get_modpath("modpol") .. "/modpol_minetest"
|
||||
dofile (localdir .. "/overrides/interactions.lua")
|
||||
dofile (localdir .. "/overrides/users.lua")
|
||||
|
||||
--testing command for "singleplayer"
|
||||
function modpol.msg(text)
|
||||
modpol.interactions.message("singleplayer",text)
|
||||
end
|
||||
|
||||
-- ===================================================================
|
||||
-- Minetest Chatcommands
|
||||
-- ===================================================================
|
||||
|
Reference in New Issue
Block a user