Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/features/event/diana/Inqui…
Browse files Browse the repository at this point in the history
…sitorWaypointShare.kt

Co-authored-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
  • Loading branch information
hannibal002 and j10a1n15 authored Nov 1, 2024
1 parent 100c7ea commit dc3fa0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object InquisitorWaypointShare {
*/
@Suppress("MaxLineLength")
private val sboPattern by patternGroup.pattern(

Check warning on line 75 in src/main/java/at/hannibal2/skyhanni/features/event/diana/InquisitorWaypointShare.kt

View workflow job for this annotation

GitHub Actions / Run detekt

detekt.style.UnusedPrivateProperty

Private property `sboPattern` is unused.
"party.odin",
"party.sbo",
"(?<party>§9Party §8> )?(?<playerName>.+)§f: §rx: (?<x>[^ ]+), y: (?<y>[^ ]+), z: (?<z>[^ ]+) \\| Minos Inquisitor spawned at (?<area>.*)!"
)

Expand Down

0 comments on commit dc3fa0d

Please sign in to comment.