aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornopothegamer <40329022+nopothegamer@users.noreply.github.com>2021-07-21 22:22:05 +1000
committernopothegamer <40329022+nopothegamer@users.noreply.github.com>2021-07-21 22:22:05 +1000
commit87058a95f50768ccbd1b1fed0a8f0600bf81304e (patch)
treef167e89794f61e589a10566ce2c12cf1f3920eae
parentd31634b076300b18cb2d835011a8053f5cb31395 (diff)
downloadNotEnoughUpdates-87058a95f50768ccbd1b1fed0a8f0600bf81304e.tar.gz
NotEnoughUpdates-87058a95f50768ccbd1b1fed0a8f0600bf81304e.tar.bz2
NotEnoughUpdates-87058a95f50768ccbd1b1fed0a8f0600bf81304e.zip
did a lil making it more accurate
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
index ea3ee04b..92e9ca27 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
@@ -107,7 +107,7 @@ public class ItemOverlays {
@Expose
@ConfigOption(
name = "Enable Smooth AOTE",
- desc = "Teleport smoothly to your destination when using AOTE"
+ desc = "Teleport smoothly to your destination when using AOTE or AOTV"
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 2)