From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 10 Apr 2019 00:02:11 +0000 (+0200)
Subject: Send initial GET_GAMESTATE command from client.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/%7B%7Bprefix%7D%7D/add_structured?a=commitdiff_plain;h=88bb64ff4ad07e53f7a6b4e3ec9226ee52ac59a2;p=plomrogue2-experiments

Send initial GET_GAMESTATE command from client.
---

diff --git a/new/example_client.py b/new/example_client.py
index aa0a307..5443546 100755
--- a/new/example_client.py
+++ b/new/example_client.py
@@ -608,6 +608,7 @@ class TUI:
         write_mode = False
         for w in top_widgets:
             w.ensure_freshness(True)
+        self.socket.send('GET_GAMESTATE')
         while True:
 
             # Draw screen.