diff options
| author | tpart <tpart120@proton.me> | 2024-09-20 15:22:03 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-20 15:22:03 +0200 | 
| commit | 9d52643637bb39fb598d6feb8d354f822dd28c6e (patch) | |
| tree | 526f6454fc61f948802393f64920b706d7908e0b /client/menu/popup_message/popup_message.gd | |
| parent | 03b05206bd21e24ae338af0ceda8d04c12c8b242 (diff) | |
| download | hurrycurry-9d52643637bb39fb598d6feb8d354f822dd28c6e.tar hurrycurry-9d52643637bb39fb598d6feb8d354f822dd28c6e.tar.bz2 hurrycurry-9d52643637bb39fb598d6feb8d354f822dd28c6e.tar.zst  | |
Remove name tags hint
Diffstat (limited to 'client/menu/popup_message/popup_message.gd')
| -rw-r--r-- | client/menu/popup_message/popup_message.gd | 5 | 
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)  |