master
Emojigit 2021-04-18 19:47:55 +08:00 committed by GitHub
parent 3316abda62
commit ab7e81de7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ minetest.register_chatcommand("message", {
})
minetest.register_chatcommand("colormsg", {
params = "[[<player>-]color>-]<message>",
description = "Send a message as the server. [deprecated, replaced my the message command]",
description = "Send a message as the server. [deprecated, replaced by the message command]",
privs = {server = true},
func = function(name, param)
elidragon.message(param)