Skip to content

Commit

Permalink
Fix missing space in help for ZS maxmove (Thanks eper98)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 2, 2020
1 parent 53c523b commit 23167e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Commands/Fun/ZombieSurvival/CmdZombieSurvival.cs
Expand Up @@ -87,7 +87,7 @@ public sealed class CmdZombieSurvival : RoundsGameCmd {
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");
Expand Down

0 comments on commit 23167e6

Please sign in to comment.