Skip to content

Commit

Permalink
Hide dev message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Sep 19, 2023
1 parent 6d14e69 commit b08cdbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ object DungeonListener {
}

fun markAllRevived() {
UChat.chat("${Skytils.prefix} §fdebug: marking all teammates as revived")
printDevMessage("${Skytils.prefix} §fdebug: marking all teammates as revived", "scorecalc")
deads.clear()
team.values.forEach {
it.dead = false
Expand Down

0 comments on commit b08cdbe

Please sign in to comment.