aboutsummaryrefslogtreecommitdiff
path: root/client/menu/popup_message/popup_message.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/popup_message/popup_message.gd')
-rw-r--r--client/menu/popup_message/popup_message.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/menu/popup_message/popup_message.gd b/client/menu/popup_message/popup_message.gd
index 3e479b17..6c2c2c0e 100644
--- a/client/menu/popup_message/popup_message.gd
+++ b/client/menu/popup_message/popup_message.gd
@@ -219,11 +219,6 @@ func _on_rotate_camera_timeout():
]
)]))
-func _on_nametags_timeout():
- if not Global.get_hint("has_seen_nametags") and not Global.get_setting("gameplay.usernames"):
- Global.set_hint("has_seen_nametags", true)
- display_hint_msg(tr("c.hint.username_tags"))
-
func _on_join_while_running_timeout():
if not game.is_joined and not Global.get_hint("has_seen_join_while_running"):
Global.set_hint("has_seen_join_while_running", true)