make all players able to use email

This commit is contained in:
Elkien3 2018-10-14 21:42:46 -05:00
parent 9548179185
commit b1cf2b5b4b

View File

@ -198,7 +198,6 @@ minetest.register_chatcommand("inbox", {
minetest.register_chatcommand("mail", {
params = "name msg",
privs = {kick = true},
description = "mail: add a message to a player's inbox",
func = function(name, param)
local to, msg = string.match(param, "^([%a%d_-]+) (.+)")