aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
diff options
context:
space:
mode:
authorThatGravyBoat <gravyboat211@gmail.com>2021-02-10 08:46:58 -0330
committerThatGravyBoat <gravyboat211@gmail.com>2021-02-10 08:46:58 -0330
commit0ee60ad03b55ca65bc76134062532c92065e9357 (patch)
tree480bf4f555440e5955697441e349a271a1d2012b /src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
parentada86e95cc85700ca39022ac25eeb32febaaa2fb (diff)
parent52c6dabe58005aa5a7fc5809512bd8cf4ad4f97f (diff)
downloadnotenoughupdates-0ee60ad03b55ca65bc76134062532c92065e9357.tar.gz
notenoughupdates-0ee60ad03b55ca65bc76134062532c92065e9357.tar.bz2
notenoughupdates-0ee60ad03b55ca65bc76134062532c92065e9357.zip
Merge branch 'master' of https://github.com/ThatGravyboat/NotEnoughUpdates
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java b/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
index a17c9ec9..090b3b59 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
@@ -114,7 +114,7 @@ public class SBInfo {
Minecraft.getMinecraft().theWorld != null &&
locraw == null &&
(currentTime - joinedWorld) > 1000 &&
- (currentTime - lastLocRaw) > 10000) {
+ (currentTime - lastLocRaw) > 15000) {
lastLocRaw = System.currentTimeMillis();
NotEnoughUpdates.INSTANCE.sendChatMessage("/locraw");
}