diff options
| author | troido <troido@protonmail.com> | 2020-04-23 12:57:36 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-23 12:57:36 +0200 |
| commit | f7f8f1ee8fd9ed6c4fc6ca040bb86c5e9039ae89 (patch) | |
| tree | b5472c1f69653afbec9f1f7a698dd74698da676b /asciifarmclient/gameclient.py | |
| parent | 4021d17bbc7e9d3ca3f54fdd5e0545c170e9752b (diff) | |
do introduction before starting the client; ask for the password when the name is registered
Diffstat (limited to 'asciifarmclient/gameclient.py')
| -rw-r--r-- | asciifarmclient/gameclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
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() |
