]> git.lizzy.rs Git - worldedit.git/commitdiff
Change description for //about, fix #170
authorsfan5 <sfan5@live.de>
Sat, 8 Dec 2018 20:52:36 +0000 (21:52 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Dec 2018 20:52:36 +0000 (21:52 +0100)
worldedit_commands/init.lua

index 763e89597c8683eb1baa41ae89a3feb61044f29f..61aafc1b7d860965d41d22edb8f6c1905bef0aca 100644 (file)
@@ -108,7 +108,7 @@ end
 \r
 minetest.register_chatcommand("/about", {\r
        params = "",\r
-       description = "Get information about the mod",\r
+       description = "Get information about the WorldEdit mod",\r
        func = function(name, param)\r
                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/")\r
        end,\r