diff options
author | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2021-07-21 22:22:05 +1000 |
---|---|---|
committer | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2021-07-21 22:22:05 +1000 |
commit | 87058a95f50768ccbd1b1fed0a8f0600bf81304e (patch) | |
tree | f167e89794f61e589a10566ce2c12cf1f3920eae | |
parent | d31634b076300b18cb2d835011a8053f5cb31395 (diff) | |
download | NotEnoughUpdates-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.java | 2 |
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)
|