From: Christian Heller Date: Mon, 31 Aug 2015 23:54:04 +0000 (+0200) Subject: Output message about inability to set world active. X-Git-Tag: tce~305 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=59505b103d3521be1f72b4ee65fe74efaa092ad9 Output message about inability to set world active. --- 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):