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.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/popup_message/popup_message.gd b/client/menu/popup_message/popup_message.gd
index 0df6af76..3ed08cd7 100644
--- a/client/menu/popup_message/popup_message.gd
+++ b/client/menu/popup_message/popup_message.gd
@@ -213,7 +213,7 @@ func _on_rotate_camera_timeout():
))
func _on_nametags_timeout():
- if not Global.get_hint("has_seen_nametags") and not Global.get_setting("graphics.usernames"):
+ 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"))