aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-08-08 17:36:30 +1000
committerGitHub <noreply@github.com>2024-08-08 17:36:30 +1000
commitbcbc3da475093b481b89ced2ca14c08919f287c9 (patch)
treee0ec20f777e3aeaccd7027ff1755f9c2ff2a1676 /src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java
parenta826e83f30ea6af42cd042404826641c34cd71d5 (diff)
downloadnotenoughupdates-bcbc3da475093b481b89ced2ca14c08919f287c9.tar.gz
notenoughupdates-bcbc3da475093b481b89ced2ca14c08919f287c9.tar.bz2
notenoughupdates-bcbc3da475093b481b89ced2ca14c08919f287c9.zip
meta: remove the monkey check triggering the tab list warning (#1303)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java
index 10fd3503..ac91ddef 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java
@@ -73,7 +73,7 @@ public class ItemOverlays {
@Expose
@ConfigOption(
name = "Enable Monkey Pet Check",
- desc = "Will check using the API to check what pet you're using\nto determine the cooldown based off of if you have a monkey pet."
+ desc = "Determines the cooldown based off of if you have a monkey pet."
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)