diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-15 17:47:09 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-15 17:47:09 +0100 |
commit | e19042709261ba3d8129bb7d627776b4ba945a36 (patch) | |
tree | 1d84700d28621636c3302bbb0aa7419f4adefcee /src/main/java | |
parent | 20cbd14729cd4c9ebc51cc9aee1672964a705fa3 (diff) | |
download | skyhanni-e19042709261ba3d8129bb7d627776b4ba945a36.tar.gz skyhanni-e19042709261ba3d8129bb7d627776b4ba945a36.tar.bz2 skyhanni-e19042709261ba3d8129bb7d627776b4ba945a36.zip |
removed comment
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/HotSwapDetection.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/HotSwapDetection.kt b/src/main/java/at/hannibal2/skyhanni/test/HotSwapDetection.kt index f1ab28974..f1044057d 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/HotSwapDetection.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/HotSwapDetection.kt @@ -15,7 +15,6 @@ object HotSwapDetection { private var hotswap = false init { - // TODO seems broken somehow? fixedRateTimer(name = "skyhanni-hot-swap-detection", period = 250) { val currentTick = MinecraftData.totalTicks val diff = currentTick - latestTick |