home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3aaa1
)
In client, fix orphaned command registration.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 9 Dec 2020 05:51:03 +0000
(06:51 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 9 Dec 2020 05:51:03 +0000
(06:51 +0100)
rogue_chat_curses.py
patch
|
blob
|
history
diff --git
a/rogue_chat_curses.py
b/rogue_chat_curses.py
index 6031f8e2deafc5d599e40f38991c7c4662dc809c..8fc2817cbaf45dd1582a84d83e630f38e2cabb5a 100755
(executable)
--- a/
rogue_chat_curses.py
+++ b/
rogue_chat_curses.py
@@
-356,7
+356,6
@@
class Game(GameBase):
self.register_command(cmd_THING_CHAR)
self.register_command(cmd_THING_FACE)
self.register_command(cmd_THING_HAT)
- self.register_command(cmd_THING_DESIGN)
self.register_command(cmd_THING_CARRYING)
self.register_command(cmd_THING_INSTALLED)
self.register_command(cmd_TERRAIN)