1
0
forked from noxious/client

Loading char. texture works again

This commit is contained in:
2025-01-01 18:16:31 +01:00
parent 8191a039c9
commit 6ec9f8a7bc
3 changed files with 6 additions and 6 deletions

View File

@ -183,7 +183,7 @@ export type Character = {
positionY: number
rotation: number
characterTypeId: number | null
characterType: CharacterType | null
characterType: CharacterType | null | string
characterHairId: number | null
characterHair: CharacterHair | null
zoneId: number