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:
d5f31d8
)
Another fix.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Nov 2020 10:53:58 +0000
(11:53 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Nov 2020 10:53:58 +0000
(11:53 +0100)
plomrogue/commands.py
patch
|
blob
|
history
diff --git
a/plomrogue/commands.py
b/plomrogue/commands.py
index 12389c653d9584da3f4260bf4f59dbb92ed19f85..389b534da2bb7783dbd254a5ba16eb19f94289c0 100644
(file)
--- a/
plomrogue/commands.py
+++ b/
plomrogue/commands.py
@@
-92,7
+92,7
@@
def cmd_PORTAL(game, yx, msg, pw, connection_id):
else:
game.portals[yx] = msg
game.changed = True
-cmd_
GOD_
PORTAL.argtypes = 'yx_tuple:nonneg string string'
+cmd_PORTAL.argtypes = 'yx_tuple:nonneg string string'
def cmd_GOD_ANNOTATE(game, yx, msg):
game.annotations[yx] = msg