From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 25 Aug 2015 02:53:41 +0000 (+0200)
Subject: Fix comment typo.
X-Git-Tag: tce~342
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/add_task?a=commitdiff_plain;h=bba6075b7a0c2e2e8f208a3985978eed886c43fc;p=plomrogue

Fix comment typo.
---

diff --git a/plomrogue-server.py b/plomrogue-server.py
index d05966f..1778353 100755
--- a/plomrogue-server.py
+++ b/plomrogue-server.py
@@ -99,7 +99,7 @@ def obey(command, prefix, replay=False, do_record=False):
     Tokenize command string with shlex.split(comments=True). If replay is set,
     a non-meta command from the commands_db merely triggers obey() on the next
     command from the records file. If not, non-meta commands set
-    io_db["worldstate_updateable"] to world_db["WORLD_EXISTS"], and, if
+    io_db["worldstate_updateable"] to world_db["WORLD_ACTIVE"], and, if
     do_record is set, are recorded to io_db["record_chunk"], and save_world()
     is called (and io_db["record_chunk"] written) if 15 seconds have passed
     since the last time it was called. The prefix string is inserted into the