aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-10-11 03:00:03 +0200
committernea <romangraef@gmail.com>2022-10-11 03:00:03 +0200
commit2512f0b3877aecf3a2d388e6821c798d9a4e1bf9 (patch)
treeee2ece8873467669b6c74e6d38c01e541f075478
parentebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 (diff)
downloadFirmament-2512f0b3877aecf3a2d388e6821c798d9a4e1bf9.tar.gz
Firmament-2512f0b3877aecf3a2d388e6821c798d9a4e1bf9.tar.bz2
Firmament-2512f0b3877aecf3a2d388e6821c798d9a4e1bf9.zip
no more events
-rw-r--r--src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt2
1 files changed, 1 insertions, 1 deletions
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()
}
}
}