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:
53bde06
)
Output message about inability to set world active.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 31 Aug 2015 23:54:04 +0000
(
01:54
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 31 Aug 2015 23:54:04 +0000
(
01:54
+0200)
roguelike-server
patch
|
blob
|
history
diff --git
a/roguelike-server
b/roguelike-server
index d807447bd46cc968bd462da2fd68bfde3a6125d6..7f5f9c79c467d41ecf691f528d59f5de158832bf 100755
(executable)
--- 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):