home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7012589
)
Output message about inability to set world active.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:39 +0000
(14:46 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:39 +0000
(14:46 +0100)
roguelike-server
patch
|
blob
|
history
diff --git
a/roguelike-server
b/roguelike-server
index 187835d1ce11bc04d47071fd298d5b4256635d12..c64c9122d15d37ae88bb2da3c7a668857bf519cd 100755
(executable)
--- 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):