Skip to content

Commit

Permalink
fix: do not clear temp move speeds twice in a tick
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Jan 16, 2025
1 parent bd6cc97 commit 95ed1b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ public class TextPlayerInfoTranscriber(
}

override fun playerInfo(message: PlayerInfo) {
sessionState.clearTempMoveSpeeds()
// Log any activities that happened for all the players
logPlayerInfo(message)
}
Expand Down

0 comments on commit 95ed1b3

Please sign in to comment.