From 2512f0b3877aecf3a2d388e6821c798d9a4e1bf9 Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 11 Oct 2022 03:00:03 +0200 Subject: no more events --- src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt b/src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt index 4c31b56..5aad7fc 100644 --- a/src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt +++ b/src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt @@ -35,7 +35,7 @@ object SBData { val lLS = lastLocrawSent if (tryReceiveLocraw(event.unformattedString) && lLS != null && lLS.elapsedNow() < locrawRoundtripTime) { lastLocrawSent = null - // event.cancel() + event.cancel() } } } -- cgit