From f242f2f722397f7b6c2a36586b2d036062c7083e Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 8 Dec 2018 21:52:36 +0100 Subject: [PATCH] Change description for //about, fix #170 --- worldedit_commands/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,