home · contact · privacy
Fix comment typo.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 25 Aug 2015 02:53:41 +0000 (04:53 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 25 Aug 2015 02:53:41 +0000 (04:53 +0200)
plomrogue-server.py

index d05966f0a52aba250a7d9d2dd1f88d4505ef3047..17783537139e36309ccb99cde0b2148ab845d582 100755 (executable)
@@ -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