Skip to content

Commit

Permalink
Merge pull request #78 from rafern/master
Browse files Browse the repository at this point in the history
Fixed LocateFeature command usage
  • Loading branch information
uoil authored Aug 9, 2021
2 parents c0d0350 + df0aa1d commit 305ecdf
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 305ecdf

Please sign in to comment.