Skip to content

Commit

Permalink
Fixed LocateFeature command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rafern committed Aug 9, 2021
1 parent c0d0350 commit df0aa1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
Expand Down

0 comments on commit df0aa1d

Please sign in to comment.