mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-14 21:51:24 +00:00
10 lines
No EOL
273 B
Lua
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) |