home · contact · privacy
Nother fix.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 10 Nov 2020 10:51:21 +0000 (11:51 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 10 Nov 2020 10:51:21 +0000 (11:51 +0100)
plomrogue/commands.py

index c51dcc9051d9d905f93a256f2dcd3db66cd3aff0..12389c653d9584da3f4260bf4f59dbb92ed19f85 100644 (file)
@@ -102,7 +102,7 @@ cmd_GOD_ANNOTATE.argtypes = 'yx_tuple:nonneg string'
 def cmd_GOD_PORTAL(game, yx, msg):
     game.portals[yx] = msg
     game.changed = True
-cmd_PORTAL.argtypes = 'yx_tuple:nonneg string'
+cmd_GOD_PORTAL.argtypes = 'yx_tuple:nonneg string'
 
 def cmd_GET_ANNOTATION(game, yx, connection_id):
     annotation = '(none)';