diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-11 03:47:26 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-11 03:47:26 +0200 |
| commit | 6baf61d657761a92f223a8a0ce7cfa16335d8cc4 (patch) | |
| tree | 2382d31bae67045607667d084e4b5fa9e6b6b1b6 | |
| parent | 46198575f862467aa1ba6b577dee27c178c7f460 (diff) | |
| download | SkyHanni-6baf61d657761a92f223a8a0ce7cfa16335d8cc4.tar.gz SkyHanni-6baf61d657761a92f223a8a0ce7cfa16335d8cc4.tar.bz2 SkyHanni-6baf61d657761a92f223a8a0ce7cfa16335d8cc4.zip | |
code cleanup
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt | 8 |
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 |
