diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 17:42:37 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 17:42:37 +0200 |
commit | d5ca5d00ee05ce3ca3d4fdf0ceff3472a6331e23 (patch) | |
tree | 387b2be0a609e9862788886eb675c11bc9196578 /src/main/java/at/hannibal2 | |
parent | 5cd8b7471ffb02ada772d235740e9d17b8dd42b4 (diff) | |
download | skyhanni-d5ca5d00ee05ce3ca3d4fdf0ceff3472a6331e23.tar.gz skyhanni-d5ca5d00ee05ce3ca3d4fdf0ceff3472a6331e23.tar.bz2 skyhanni-d5ca5d00ee05ce3ca3d4fdf0ceff3472a6331e23.zip |
typo
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt b/src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt index 4458ae6a8..eb3cb4434 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt @@ -89,7 +89,7 @@ object InquisitorWaypointShare { if (message.contains("§r§eYou dug out ")) { if (message.contains("Inquis")) { time = System.currentTimeMillis() - logger.log("found Champion/Inquisitor") + logger.log("found Inquisitor") } } } |