home · contact · privacy
Output message about inability to set world active.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 31 Aug 2015 23:54:04 +0000 (01:54 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 31 Aug 2015 23:54:04 +0000 (01:54 +0200)
roguelike-server

index d807447bd46cc968bd462da2fd68bfde3a6125d6..7f5f9c79c467d41ecf691f528d59f5de158832bf 100755 (executable)
@@ -1316,6 +1316,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):