make all players able to use email
This commit is contained in:
parent
9548179185
commit
b1cf2b5b4b
@ -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_-]+) (.+)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user