From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 2 Mar 2015 04:24:34 +0000 (+0100)
Subject: Server/py: Slightly extend command_maplength().
X-Git-Tag: tce~445
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/decks/static/%27%29;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chunks.push%28escapeHTML%28span%5B2%5D%29%29;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chunks.push%28%27?a=commitdiff_plain;h=307b04dbc3e4065a61c7d804953da9dc1c1cba0b;p=plomrogue

Server/py: Slightly extend command_maplength().
---

diff --git a/plomrogue-server.py b/plomrogue-server.py
index c8cb0ee..99f1c60 100755
--- a/plomrogue-server.py
+++ b/plomrogue-server.py
@@ -369,7 +369,8 @@ def command_makeworld(seed_string):
 def command_maplength(maplength_string):
     # DUMMY.
     set_world_inactive()
-    # TODO: remove things, map
+    # TODO: remove map
+    world_db["Things"] = {}
     setter(None, "MAP_LENGTH", 1, 256)(maplength_string)