summaryrefslogtreecommitdiff
path: root/asciifarmclient/gameclient.py
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-07 10:08:47 +0200
committertroido <troido@protonmail.com>2020-04-07 10:08:47 +0200
commit8c48efc21377680d88bbbbf68b8121d24bea666d (patch)
tree38f4860b07de7603f3647f346517222d79d30569 /asciifarmclient/gameclient.py
parent496b535ce7bf658aff4c1b11e4b7c657189c0844 (diff)
removed equipment from the client
Diffstat (limited to 'asciifarmclient/gameclient.py')
-rw-r--r--asciifarmclient/gameclient.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/asciifarmclient/gameclient.py b/asciifarmclient/gameclient.py
index b8f8727..edc3838 100644
--- a/asciifarmclient/gameclient.py
+++ b/asciifarmclient/gameclient.py
@@ -126,8 +126,6 @@ class Client:
self.display.setInventory(msg[1])
if msgType == "inv":
self.display.setInv(msg[1])
- if msgType == "equipment":
- self.display.setEquipment(msg[1])
if msgType == "ground":
self.display.setGround(msg[1])
if msgType == "message":