From 7c8194b6b9022567179faf2d28b5aea53ebc1427 Mon Sep 17 00:00:00 2001 From: Kiran Hart Date: Tue, 11 May 2021 13:45:10 -0400 Subject: [PATCH] lang fix --- src/main/java/ca/tweetzy/auctionhouse/settings/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ca/tweetzy/auctionhouse/settings/Settings.java b/src/main/java/ca/tweetzy/auctionhouse/settings/Settings.java index 2f2f1bd..860cd8a 100644 --- a/src/main/java/ca/tweetzy/auctionhouse/settings/Settings.java +++ b/src/main/java/ca/tweetzy/auctionhouse/settings/Settings.java @@ -398,7 +398,7 @@ public class Settings { "&eLeft-Click&f: &bBuy Now" ), "This will be appended at the end of the lore", "If the auction item is not using a bid, this will show"); - public static final ConfigSetting AUCTION_PURCHASE_CONTROLS_INSPECTION = new ConfigSetting(config, "auction items.controls.inspection", Collections.singletonList("&eShift Right-Click to inspect"), "This will only be added to the control lore if the item can be inspected (skulker box or barrel)"); + public static final ConfigSetting AUCTION_PURCHASE_CONTROLS_INSPECTION = new ConfigSetting(config, "auction items.controls.inspection", Collections.singletonList("&eShift Right-Click to inspect"), "This will only be added to the control lore if the item can be inspected (skulker box)"); /* =============================== * AUCTION STACKS