diff --git a/protocol/osrs-225/osrs-225-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/info/playerinfo/PlayerAvatarExtendedInfo.kt b/protocol/osrs-225/osrs-225-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/info/playerinfo/PlayerAvatarExtendedInfo.kt index be944e020..efb50c84d 100644 --- a/protocol/osrs-225/osrs-225-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/info/playerinfo/PlayerAvatarExtendedInfo.kt +++ b/protocol/osrs-225/osrs-225-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/info/playerinfo/PlayerAvatarExtendedInfo.kt @@ -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.