]> git.lizzy.rs Git - elidragon.git/commitdiff
fix typo 6/head
authorEmojigit <55009343+Emojigit@users.noreply.github.com>
Sun, 18 Apr 2021 11:47:55 +0000 (19:47 +0800)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 11:47:55 +0000 (19:47 +0800)
commands.lua

index 2550f6501e5240b611c3596746cdb7e7de6c4ea8..1c2f7a0f4a39ff0a5384d7480b641d5abfa4661e 100755 (executable)
@@ -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)