From ab7e81de7fe8a0f3b61ee91af111d0284be24add Mon Sep 17 00:00:00 2001 From: Emojigit <55009343+Emojigit@users.noreply.github.com> Date: Sun, 18 Apr 2021 19:47:55 +0800 Subject: [PATCH] fix typo --- commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.lua b/commands.lua index 2550f65..1c2f7a0 100755 --- a/commands.lua +++ b/commands.lua @@ -26,7 +26,7 @@ minetest.register_chatcommand("message", { }) minetest.register_chatcommand("colormsg", { params = "[[-]color>-]", - 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) -- 2.44.0