diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-10 14:33:57 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-10 14:33:57 +0200 |
| commit | 8007c4a51a2b45aef20ba07cd2b3041e132fc691 (patch) | |
| tree | 21237f080daa34bc1eb8f8bdeba0eba1e9764a3f /src/main/java/at/hannibal2/skyhanni/features/misc | |
| parent | 698ebfb1a5673e52f97c681d41a1eb4becf92df7 (diff) | |
| download | skyhanni-8007c4a51a2b45aef20ba07cd2b3041e132fc691.tar.gz skyhanni-8007c4a51a2b45aef20ba07cd2b3041e132fc691.tar.bz2 skyhanni-8007c4a51a2b45aef20ba07cd2b3041e132fc691.zip | |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/TpsCounter.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/TpsCounter.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/TpsCounter.kt index 06acdcf75..fc742e0a1 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/TpsCounter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/TpsCounter.kt @@ -2,7 +2,6 @@ package at.hannibal2.skyhanni.features.misc import at.hannibal2.skyhanni.SkyHanniMod import at.hannibal2.skyhanni.events.GuiRenderEvent -import at.hannibal2.skyhanni.events.HypixelTickEvent import at.hannibal2.skyhanni.events.PacketEvent import at.hannibal2.skyhanni.utils.LorenzUtils import at.hannibal2.skyhanni.utils.LorenzUtils.round @@ -62,7 +61,6 @@ class TpsCounter { if (hasPacketReceived) { hasPacketReceived = false - HypixelTickEvent().postAndCatch() packetsFromLastSecond++ } } |
