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:
7cc251c
)
Remove debugging code.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 12 Mar 2015 02:52:47 +0000
(
03:52
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 12 Mar 2015 02:52:47 +0000
(
03:52
+0100)
roguelike-server
patch
|
blob
|
history
diff --git
a/roguelike-server
b/roguelike-server
index 7389374d2d42182e6a509e2d754cce702cfb2fb9..344ef80355d984171f5cf077a89a988e2f83987e 100755
(executable)
--- a/
roguelike-server
+++ b/
roguelike-server
@@
-1474,8
+1474,6
@@
def command_slippers(str_int): # #
world_db["SLIPPERS"] = val
if world_db["WORLD_ACTIVE"] and \
world_db["SLIPPERS"] not in world_db["ThingTypes"]:
- print(world_db["ThingTypes"])
- print(":::" + str(world_db["SLIPPERS"]))
world_db["WORLD_ACTIVE"] = 0
print("SLIPPERS matches no known ThingTypes, deactivating world.")