mail/mtt.lua
2024-10-25 23:00:27 +02:00

10 lines
No EOL
273 B
Lua

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