fix: display uploaded and ranking avatars

This commit is contained in:
2026-08-02 01:00:02 +08:00
parent 6fb135ba71
commit 366f967622
2 changed files with 8 additions and 2 deletions

View File

@@ -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