forked from noxious/client
Loading char. texture works again
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user