From d5f31d8172456933650aee47f8fe730d98839181 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 10 Nov 2020 11:51:21 +0100 Subject: [PATCH] Nother fix. --- plomrogue/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'; -- 2.30.2