aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLulonaut <67191924+Lulonaut@users.noreply.github.com>2021-12-29 15:05:20 +0100
committerGitHub <noreply@github.com>2021-12-30 01:05:20 +1100
commitafee9dc68041cfc01e02508a86ba24bb899c29fc (patch)
treee696394876cc5069c590b26dc2be46a8669bf7d4
parentc52df77d33d4dd7093ee8f06d3d4489a07447a0c (diff)
downloadNotEnoughUpdates-afee9dc68041cfc01e02508a86ba24bb899c29fc.tar.gz
NotEnoughUpdates-afee9dc68041cfc01e02508a86ba24bb899c29fc.tar.bz2
NotEnoughUpdates-afee9dc68041cfc01e02508a86ba24bb899c29fc.zip
Longer message for outdated price (#45)
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/ItemPriceInformation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/ItemPriceInformation.java b/src/main/java/io/github/moulberry/notenoughupdates/ItemPriceInformation.java
index 4b4b6c31..5c26e3d6 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/ItemPriceInformation.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/ItemPriceInformation.java
@@ -75,6 +75,7 @@ public class ItemPriceInformation {
//check if info is older than 10 minutes
if (currentTime - lastUpdate > 600 * 1000) {
tooltip.add(EnumChatFormatting.RED + "[NEU] Price info is outdated.");
+ tooltip.add(EnumChatFormatting.RED + "It will be updated again as soon as possible.");
}
}