Fixed LocateFeature command usage

This commit is contained in:
rafern 2021-08-09 20:04:00 +01:00
parent c0d0350303
commit df0aa1d931
No known key found for this signature in database
GPG Key ID: FE8BE3E64992D5CF
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Feature name>\nLocate <Feature name> <X> <Z>");
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 <Feature name>\nLocateFeature <Feature name> <X> <Z>");
}
@Override