summaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/setup.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/menu/setup.gd b/client/menu/setup.gd
index e3d5e11c..98036536 100644
--- a/client/menu/setup.gd
+++ b/client/menu/setup.gd
@@ -54,7 +54,6 @@ func _process(delta):
func check():
if username.text == "": return tr("c.error.empty_username")
- var n = username.text.to_lower()
if character == -1: return tr("c.error.select_hairstyle")
return null