diff options
author | nea <romangraef@gmail.com> | 2022-10-11 03:00:03 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-10-11 03:00:03 +0200 |
commit | 2512f0b3877aecf3a2d388e6821c798d9a4e1bf9 (patch) | |
tree | ee2ece8873467669b6c74e6d38c01e541f075478 /src | |
parent | ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 (diff) | |
download | firmament-2512f0b3877aecf3a2d388e6821c798d9a4e1bf9.tar.gz firmament-2512f0b3877aecf3a2d388e6821c798d9a4e1bf9.tar.bz2 firmament-2512f0b3877aecf3a2d388e6821c798d9a4e1bf9.zip |
no more events
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/moe/nea/notenoughupdates/util/SBData.kt | 2 |
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() } } } |