From: Christian Heller Date: Wed, 11 Mar 2015 13:46:39 +0000 (+0100) Subject: Output message about inability to set world active. X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=19b096b7d37ba4c657b1ef7269ce87b5fd6473b5 Output message about inability to set world active. --- 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):