From 59505b103d3521be1f72b4ee65fe74efaa092ad9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 1 Sep 2015 01:54:04 +0200 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 d807447..7f5f9c7 100755 --- a/roguelike-server +++ b/roguelike-server @@ -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): -- 2.30.2