summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/chat
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-07 02:35:44 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-07 02:35:44 +0100
commitce0956ac232f444724f90f0633b4b35f3dd8cfdf (patch)
treebd8854d919bebfcf1353827001575575f74b2ee9 /src/main/java/at/hannibal2/skyhanni/features/chat
parent614eb4d782c5940e13df0e50c00cdfeacd55bad0 (diff)
downloadskyhanni-ce0956ac232f444724f90f0633b4b35f3dd8cfdf.tar.gz
skyhanni-ce0956ac232f444724f90f0633b4b35f3dd8cfdf.tar.bz2
skyhanni-ce0956ac232f444724f90f0633b4b35f3dd8cfdf.zip
Renamed hypixel and skyblock.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/chat/PlayerDeathMessages.kt7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/PlayerDeathMessages.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/PlayerDeathMessages.kt
index 27e520ad0..8e6cd4d4a 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/chat/PlayerDeathMessages.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/chat/PlayerDeathMessages.kt
@@ -1,7 +1,6 @@
package at.hannibal2.skyhanni.features.chat
import at.hannibal2.skyhanni.SkyHanniMod
-import at.hannibal2.skyhanni.data.HypixelData
import at.hannibal2.skyhanni.events.LorenzChatEvent
import at.hannibal2.skyhanni.features.misc.MarkedPlayerManager
import at.hannibal2.skyhanni.utils.LocationUtils
@@ -10,7 +9,6 @@ import at.hannibal2.skyhanni.utils.StringUtils.removeColor
import at.hannibal2.skyhanni.utils.getLorenzVec
import net.minecraft.client.Minecraft
import net.minecraft.client.entity.EntityOtherPlayerMP
-import net.minecraftforge.event.world.WorldEvent
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
import net.minecraftforge.fml.common.gameevent.TickEvent
import java.util.regex.Pattern
@@ -62,11 +60,6 @@ class PlayerDeathMessages {
}
}
- @SubscribeEvent
- fun onWorldChange(event: WorldEvent.Load) {
- HypixelData.skyBlock = false
- }
-
private fun checkOtherPlayers() {
val location = LocationUtils.playerLocation()
for (otherPlayer in Minecraft.getMinecraft().theWorld.loadedEntityList