aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 03:47:26 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 03:47:26 +0200
commitf0c5d57c0cbf186886ea1ac8ff6fd6f09b74e0c5 (patch)
tree2382d31bae67045607667d084e4b5fa9e6b6b1b6 /src/main/java/at/hannibal2/skyhanni
parent4a906f00ce4d7004188c2e1c2d2a38a1359a57f1 (diff)
downloadskyhanni-f0c5d57c0cbf186886ea1ac8ff6fd6f09b74e0c5.tar.gz
skyhanni-f0c5d57c0cbf186886ea1ac8ff6fd6f09b74e0c5.tar.bz2
skyhanni-f0c5d57c0cbf186886ea1ac8ff6fd6f09b74e0c5.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
index 0c5807ad1..86bcd9598 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
@@ -40,14 +40,6 @@ class HypixelData {
private var loggerIslandChange = LorenzLogger("debug/island_change")
-// @SubscribeEvent
-// fun onConnect(event: FMLNetworkEvent.ClientConnectedToServerEvent) {
-// hypixel = Minecraft.getMinecraft().runCatching {
-// !event.isLocal && (thePlayer?.clientBrand?.lowercase()?.contains("hypixel")
-// ?: currentServerData?.serverIP?.lowercase()?.contains("hypixel") ?: false)
-// }.onFailure { it.printStackTrace() }.getOrDefault(false)
-// }
-
@SubscribeEvent
fun onWorldChange(event: WorldEvent.Load) {
skyBlock = false