From: sfan5 Date: Sat, 8 Dec 2018 20:52:36 +0000 (+0100) Subject: Change description for //about, fix #170 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f242f2f722397f7b6c2a36586b2d036062c7083e;p=worldedit.git Change description for //about, fix #170 --- diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua index 763e895..61aafc1 100644 --- a/worldedit_commands/init.lua +++ b/worldedit_commands/init.lua @@ -108,7 +108,7 @@ end minetest.register_chatcommand("/about", { params = "", - description = "Get information about the mod", + description = "Get information about the WorldEdit mod", func = function(name, param) worldedit.player_notify(name, "WorldEdit " .. worldedit.version_string .. " is available on this server. Type /help to get a list of commands, or get more information at https://github.com/Uberi/Minetest-WorldEdit/") end,