aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/character.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/character.gd b/client/menu/character.gd
index 97bd904d..862fc888 100644
--- a/client/menu/character.gd
+++ b/client/menu/character.gd
@@ -79,5 +79,5 @@ func _on_username_text_changed(new_text):
var n = new_text.to_lower()
if n.begins_with("f") and n.ends_with("miller"):
await submenu("res://menu/warning_popup.tscn", tr("You cannot choose that name.\n(It's too close to your boss')"))
- username_edit.text = ""
+ username_edit.text.clear()
return