From ec23154fc7591d0cea52fb7f0431584e4c43c214 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 1 Dec 2017 09:50:22 +1100 Subject: [PATCH] update horspeed= documentation. --- MCGalaxy/Commands/World/CmdMap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/World/CmdMap.cs b/MCGalaxy/Commands/World/CmdMap.cs index aa33cc3dd..b80fa6ec4 100644 --- a/MCGalaxy/Commands/World/CmdMap.cs +++ b/MCGalaxy/Commands/World/CmdMap.cs @@ -162,7 +162,7 @@ namespace MCGalaxy.Commands.World { Group.GetColoredName(LevelPermission.Operator)); Player.Message(p, "%T-/+push %H- disallows/allows player pushing"); Player.Message(p, "%Tjumpheight=[height] %H- sets max height users can jump up to"); - Player.Message(p, "%Thorspeed=[speed] %H- sets max speed users can move at, when speeding is disallowed"); + Player.Message(p, "%Thorspeed=[speed] %H- sets base horizontal speed users move at"); Player.Message(p, "%Tjumps=[number] %H- sets max number of consecutive jumps"); }