diff options
author | Walker Selby <git@walkerselby.com> | 2023-10-26 12:51:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 13:51:44 +0200 |
commit | 075368eb9d19578950fdb727bf2f195c63f41f3c (patch) | |
tree | a9f44aedbb32aa6805827d6d86766056cacf8ad2 /src/main/java/at/hannibal2/skyhanni/features/event | |
parent | 7b6d04e280a55edc7aed23f7d34c3ad19cb48687 (diff) | |
download | skyhanni-075368eb9d19578950fdb727bf2f195c63f41f3c.tar.gz skyhanni-075368eb9d19578950fdb727bf2f195c63f41f3c.tar.bz2 skyhanni-075368eb9d19578950fdb727bf2f195c63f41f3c.zip |
Add Repo TODOs (#585)
Add Repo TODOs #585
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/event')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt | 3 |
1 files changed, 2 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 b2de6cee7..ae8b1a892 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 @@ -29,10 +29,11 @@ import kotlin.time.Duration.Companion.seconds object InquisitorWaypointShare { private val config get() = SkyHanniMod.feature.event.diana.inquisitorSharing + + // TODO USE SH-REPO private val partyPattern = "§9Party §8> (?<playerName>.*)§f: §rx: (?<x>-?[0-9]{1,4}), y: (?<y>-?[0-9]{1,4}), z: (?<z>-?[0-9]{1,4})\\b".toPattern() private val diedPattern = "§9Party §8> (?<playerName>.*)§f: §rInquisitor dead!".toPattern() - private var time = 0L private var testTime = 0L private var lastInquisitorMessage = "" |