From f7f8f1ee8fd9ed6c4fc6ca040bb86c5e9039ae89 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 23 Apr 2020 12:57:36 +0200 Subject: do introduction before starting the client; ask for the password when the name is registered --- asciifarmclient/gameclient.py | 1 - 1 file changed, 1 deletion(-) (limited to 'asciifarmclient/gameclient.py') diff --git a/asciifarmclient/gameclient.py b/asciifarmclient/gameclient.py index d705b59..9d7bca6 100644 --- a/asciifarmclient/gameclient.py +++ b/asciifarmclient/gameclient.py @@ -44,7 +44,6 @@ class Client: self.log(e.description) def start(self): - self.sendMessage(messages.NameMessage(self.name)) threading.Thread(target=self.listen, daemon=True).start() threading.Thread(target=self.getInput, daemon=True).start() -- cgit