From df0aa1d931b962c1490ebcf8ae3648e10ae0d564 Mon Sep 17 00:00:00 2001 From: rafern Date: Mon, 9 Aug 2021 20:04:00 +0100 Subject: [PATCH] Fixed LocateFeature command usage --- .../rigamortis/seppuku/impl/command/LocateFeatureCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4aa8ae6..8adcd04 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 @@ import java.lang.reflect.Field; 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