diff --git a/src/main/java/me/rigamortis/seppuku/impl/command/LocateFeatureCommand.java b/src/main/java/me/rigamortis/seppuku/impl/command/LocateFeatureCommand.java index 4aa8ae64..8adcd045 100644 --- a/src/main/java/me/rigamortis/seppuku/impl/command/LocateFeatureCommand.java +++ b/src/main/java/me/rigamortis/seppuku/impl/command/LocateFeatureCommand.java @@ -23,7 +23,7 @@ public final class LocateFeatureCommand extends Command { public LocateFeatureCommand() { - super("LocateFeature", new String[]{"LocFeature", "LocateFeat", "LF"}, "Like /locate, but client-side and with an option to override the origin for calculating the nearest feature", "LocateFeature \nLocate "); + super("LocateFeature", new String[]{"LocFeature", "LocateFeat", "LF"}, "Like /locate, but client-side and with an option to override the origin for calculating the nearest feature", "LocateFeature \nLocateFeature "); } @Override