From 52c6dabe58005aa5a7fc5809512bd8cf4ad4f97f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 10 Feb 2021 20:11:57 +0800 Subject: PRE18.1 --- src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java') 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"); } -- cgit