From 23167e6d797cbbe8a0cc676c4e0b95f6ac2e28a4 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 3 Apr 2020 08:26:35 +1100 Subject: [PATCH] Fix missing space in help for ZS maxmove (Thanks eper98) --- MCGalaxy/Commands/Fun/ZombieSurvival/CmdZombieSurvival.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/Fun/ZombieSurvival/CmdZombieSurvival.cs b/MCGalaxy/Commands/Fun/ZombieSurvival/CmdZombieSurvival.cs index 00a4ef931..e0f933606 100644 --- a/MCGalaxy/Commands/Fun/ZombieSurvival/CmdZombieSurvival.cs +++ b/MCGalaxy/Commands/Fun/ZombieSurvival/CmdZombieSurvival.cs @@ -87,7 +87,7 @@ namespace MCGalaxy.Commands.Fun { p.Message("%T/ZS set hitbox [distance]"); p.Message("%HSets furthest apart players can be before they are considered touching."); p.Message("%T/ZS set maxmove [distance]"); - p.Message("%HSets largest distance players can move in a tick" + + p.Message("%HSets largest distance players can move in a tick " + "before they are considered speedhacking."); } else if (message.CaselessEq("map")) { p.Message("%T/ZS set map %H-Views map settings");