summaryrefslogtreecommitdiff
path: root/asciifarm/client/gameclient.py
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2018-05-23 20:36:47 +0200
committertroido <troido@protonmail.com>2018-05-23 20:36:47 +0200
commitce116aeade07eb57760e42dbbeeca83ded8214ce (patch)
tree902e0d488e4aadb6681c5fadd012dd34c38d7bf1 /asciifarm/client/gameclient.py
parentaf31b7692a44666b78554464266e513dc78bf0be (diff)
game doesn't crash anymore when cursor can't be set
Diffstat (limited to 'asciifarm/client/gameclient.py')
-rw-r--r--asciifarm/client/gameclient.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/asciifarm/client/gameclient.py b/asciifarm/client/gameclient.py
index 965239c..0cb7c2d 100644
--- a/asciifarm/client/gameclient.py
+++ b/asciifarm/client/gameclient.py
@@ -114,7 +114,6 @@ class Client:
if msgType == "message":
self.log(msg[1])
-
self.display.update()
def log(self, text):