home · contact · privacy
Output message about inability to set world active.
[plomrogue] / 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):