Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change description for //about, fix #170
  • Loading branch information
sfan5 committed Dec 8, 2018
1 parent f8e5755 commit f242f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit_commands/init.lua
Expand Up @@ -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,
Expand Down

0 comments on commit f242f2f

Please sign in to comment.