home · contact · privacy
Output message about inability to set world active.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:39 +0000 (14:46 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:39 +0000 (14:46 +0100)
roguelike-server

index 187835d1ce11bc04d47071fd298d5b4256635d12..c64c9122d15d37ae88bb2da3c7a668857bf519cd 100755 (executable)
@@ -1377,6 +1377,8 @@ def command_worldactive(worldactive_string):
                         if 0 == id:
                             update_map_memory(world_db["Things"][id], False)
                 world_db["WORLD_ACTIVE"] = 1
+            else:
+                print("Ignoring: Not all conditions for world activation met.")
 
 
 def test_for_id_maker(object, category):