aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-18 19:45:44 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-18 19:45:44 +0100
commit9fd05a05ab1bb50cca1c0f1b2dfd9b0bffb06683 (patch)
treea6da5c9645035d63044695313a25e7c516ff6f0e /src/main/java
parent4167f665bc5e3415a2699fe2f75a985ebd6fea59 (diff)
downloadskyhanni-9fd05a05ab1bb50cca1c0f1b2dfd9b0bffb06683.tar.gz
skyhanni-9fd05a05ab1bb50cca1c0f1b2dfd9b0bffb06683.tar.bz2
skyhanni-9fd05a05ab1bb50cca1c0f1b2dfd9b0bffb06683.zip
Fixed damage indicator for M3 Professor bug. (Thanks hypixel)
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt b/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt
index 4ce145b96..8a1380d59 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt
@@ -426,7 +426,7 @@ class MobFinder {
floor3GuardianShield = false
}
- "§c[BOSS] The Professor§r§f: Oh? You found my Guardians one weakness?" -> {
+ "§c[BOSS] The Professor§r§f: Oh? You found my Guardians' one weakness?" -> {
floor3Professor = true
floor3ProfessorSpawnTime = System.currentTimeMillis() + 10_300
}