Skip to content

Commit

Permalink
refactor: rename "active" to "idle" in npc info
Browse files Browse the repository at this point in the history
This is to bring it in line with player info logging.
  • Loading branch information
Z-Kris committed Dec 24, 2024
1 parent 56d03b3 commit 6c2cf2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public class TextNpcInfoTranscriber(
when {
coordShift && update.jump -> "TELEJUMP"
coordShift -> "TELEPORT"
else -> "ACTIVE"
else -> "idle"
}
}
MoveSpeed.CRAWL -> "CRAWL"
Expand Down

0 comments on commit 6c2cf2a

Please sign in to comment.