aboutsummaryrefslogtreecommitdiff
path: root/server/aoprotocol.py
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-09-04 22:45:07 +0200
committerCerapter <cerap@protonmail.com>2018-09-04 22:45:07 +0200
commitadfe21afd6e5f4efc9c60b45590f4c086b9e0e52 (patch)
treed431cf3d7a6ad16e4a44421fe997d32cc9fa8463 /server/aoprotocol.py
parentd0a6e081de9df220a1575bcd81056a04d79e9b42 (diff)
Added `jur` and `sea` positions.
Diffstat (limited to 'server/aoprotocol.py')
-rw-r--r--server/aoprotocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/aoprotocol.py b/server/aoprotocol.py
index 4e725d05..d7a2c6c3 100644
--- a/server/aoprotocol.py
+++ b/server/aoprotocol.py
@@ -427,7 +427,7 @@ class AOProtocol(asyncio.Protocol):
if self.client.pos:
pos = self.client.pos
else:
- if pos not in ('def', 'pro', 'hld', 'hlp', 'jud', 'wit'):
+ if pos not in ('def', 'pro', 'hld', 'hlp', 'jud', 'wit', 'jur', 'sea'):
return
msg = text[:256]
if self.client.shaken: