feat: rollback fix

This commit is contained in:
2026-06-10 10:48:20 +08:00
parent 5653473c12
commit 8520f9db3c
6 changed files with 81 additions and 69 deletions
+2
View File
@@ -498,6 +498,8 @@ func _on_mail_unread_count_changed(count: int) -> void:
mail_badge.visible = false
func _sync_room_profile_card() -> void:
if username_label:
username_label.text = UserProfileManager.get_display_name()
if room_player_username:
room_player_username.text = UserProfileManager.get_display_name()
if room_player_score: