Skip to content

Commit

Permalink
Fix automatic wither key pickup message
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry282 committed Jan 16, 2024
1 parent ac5880f commit 30d7e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/funnymap/features/dungeon/Dungeon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Dungeon {

private val keyGainRegex = listOf(
Regex(".+ §r§ehas obtained §r§a§r§.+ Key§r§e!§r"),
Regex("§r§eA §r§a§r§\\w+ Key§r§e was picked up!§r")
Regex("§r§eA §r§a§r§.+ Key§r§e was picked up!§r")
)
private val keyUseRegex = listOf(
Regex("§r§cThe §r§c§lBLOOD DOOR§r§c has been opened!§r"),
Expand Down

0 comments on commit 30d7e02

Please sign in to comment.