From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 10 Nov 2020 10:51:21 +0000 (+0100)
Subject: Nother fix.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/booking/add_task?a=commitdiff_plain;h=d5f31d8172456933650aee47f8fe730d98839181;p=plomrogue2

Nother fix.
---

diff --git a/plomrogue/commands.py b/plomrogue/commands.py
index c51dcc9..12389c6 100644
--- a/plomrogue/commands.py
+++ b/plomrogue/commands.py
@@ -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)';