feat: rollback fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user