diff options
| author | troido <troido@protonmail.com> | 2020-04-07 10:08:47 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-07 10:08:47 +0200 |
| commit | 8c48efc21377680d88bbbbf68b8121d24bea666d (patch) | |
| tree | 38f4860b07de7603f3647f346517222d79d30569 /asciifarmclient/gameclient.py | |
| parent | 496b535ce7bf658aff4c1b11e4b7c657189c0844 (diff) | |
removed equipment from the client
Diffstat (limited to 'asciifarmclient/gameclient.py')
| -rw-r--r-- | asciifarmclient/gameclient.py | 2 |
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": |
