From 19b096b7d37ba4c657b1ef7269ce87b5fd6473b5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 11 Mar 2015 14:46:39 +0100 Subject: [PATCH] Output message about inability to set world active. --- roguelike-server | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roguelike-server b/roguelike-server index 187835d..c64c912 100755 --- a/roguelike-server +++ b/roguelike-server @@ -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): -- 2.30.2