Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
derNiklaas committed Dec 4, 2024
1 parent e6a3adb commit 4707e99
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/kotlin/de/derniklaas/buildbugs/BugCreator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@ object BugCreator {
if (entities.isNotEmpty()) {
val textDisplay = entities.first() as DisplayEntity.TextDisplayEntity
val text = textDisplay.data!!.text.asTruncatedString(Int.MAX_VALUE)
// Utils.sendDebugMessage("Found text display entity with text: <green>$text</green>.")
/*
Fishing Spot
Stock: Plentiful
Catch Time: Fast
î‚»+10% Wise Hook
+20% Fish Magnet
*/

val perks = text.split("\n").filter { it.contains("+") }.map { "+" + it.split("+")[1] }.joinToString(", ")
if (perks.isNotEmpty()) {
Expand Down

0 comments on commit 4707e99

Please sign in to comment.