mail/mtt.lua
BuckarooBanzay e8c7fde4c3
tests
2023-03-29 14:49:09 +02:00

10 lines
No EOL
277 B
Lua

mtt.register("setup", function(callback)
-- create test players
local auth_handler = minetest.get_auth_handler()
auth_handler.set_password("player1", "")
auth_handler.set_password("player2", "")
auth_handler.set_password("player3", "")
callback()
end)