fix smoke test
This commit is contained in:
parent
f7a7ef361a
commit
f53221e742
4
mtt.lua
4
mtt.lua
@ -1,5 +1,9 @@
|
|||||||
|
|
||||||
mtt.register("send mail", function(callback)
|
mtt.register("send mail", function(callback)
|
||||||
|
-- create "player2"
|
||||||
|
local auth_handler = minetest.get_auth_handler()
|
||||||
|
auth_handler.set_password("player2", "")
|
||||||
|
|
||||||
-- send a mail
|
-- send a mail
|
||||||
mail.send("player1", "player2", "something", "blah")
|
mail.send("player1", "player2", "something", "blah")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user