Skip to content

Commit

Permalink
chore: fix config description typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Dec 16, 2023
1 parent 525d0bd commit 0e5ed86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ItemFinder extends Listener<Trifles> {
public boolean config_search_entities;

public ItemFinder(Context<Trifles> context) {
super(context.group("item_finder", "Enables players to search for items in nearby containers by either middle-clicking a similar item in their inventory or by using the `/finditem <item>` command."));
super(context.group("item_finder", "Enables players to search for items in nearby containers by either shift-right-clicking a similar item in their inventory or by using the `/finditem <item>` command."));
}

@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
Expand Down

0 comments on commit 0e5ed86

Please sign in to comment.