From 915ec8c8dd23bafd509beb45b9656275e0503f2c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 10 Nov 2020 11:53:58 +0100
Subject: [PATCH] Another fix.

---
 plomrogue/commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plomrogue/commands.py b/plomrogue/commands.py
index 12389c6..389b534 100644
--- 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
-- 
2.30.2