fix: display uploaded and ranking avatars
This commit is contained in:
@@ -376,7 +376,7 @@ func has_custom_skin() -> bool:
|
||||
return _customSkinActive and _customSkinTexture != null
|
||||
|
||||
func get_custom_avatar_texture() -> Texture2D:
|
||||
if has_custom_avatar():
|
||||
if _customAvatarActive and _customAvatarTexture != null:
|
||||
return _customAvatarTexture
|
||||
return _accountAvatarTexture
|
||||
|
||||
|
||||
Reference in New Issue
Block a user