aboutsummaryrefslogtreecommitdiff
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
commit6baf61d657761a92f223a8a0ce7cfa16335d8cc4 (patch)
tree2382d31bae67045607667d084e4b5fa9e6b6b1b6
parent46198575f862467aa1ba6b577dee27c178c7f460 (diff)
downloadSkyHanni-6baf61d657761a92f223a8a0ce7cfa16335d8cc4.tar.gz
SkyHanni-6baf61d657761a92f223a8a0ce7cfa16335d8cc4.tar.bz2
SkyHanni-6baf61d657761a92f223a8a0ce7cfa16335d8cc4.zip
code cleanup
-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