diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-08-08 17:36:30 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-08 17:36:30 +1000 |
| commit | bcbc3da475093b481b89ced2ca14c08919f287c9 (patch) | |
| tree | e0ec20f777e3aeaccd7027ff1755f9c2ff2a1676 /src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/ItemOverlays.java | |
| parent | a826e83f30ea6af42cd042404826641c34cd71d5 (diff) | |
| download | notenoughupdates-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.java | 2 |
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) |
