diff options
Diffstat (limited to 'asciifarmclient/gameclient.py')
| -rw-r--r-- | asciifarmclient/gameclient.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asciifarmclient/gameclient.py b/asciifarmclient/gameclient.py index 44219f2..b8f8727 100644 --- a/asciifarmclient/gameclient.py +++ b/asciifarmclient/gameclient.py @@ -124,6 +124,8 @@ class Client: self.log("You have died. Restart the client to respawn") if msgType == "inventory": self.display.setInventory(msg[1]) + if msgType == "inv": + self.display.setInv(msg[1]) if msgType == "equipment": self.display.setEquipment(msg[1]) if msgType == "ground": |
