Skip to content

Commit

Permalink
refactor: remove now unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Sep 12, 2024
1 parent 8e369e8 commit 638c2b9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ public class PlayerAvatarExtendedInfo(
*/
private var appearanceChangesCounter: Int = 0

/**
* Invalidates the appearance cache.
*/
internal fun invalidateAppearanceCache() {
otherAppearanceChangesCounter.fill(0)
}

/**
* Sets the movement speed for this avatar. This move speed will be used whenever
* the player moves, unless a temporary move speed is utilized, which will take priority.
Expand Down

0 comments on commit 638c2b9

Please sign in to comment.