diff options
| author | Cerapter <cerap@protonmail.com> | 2018-10-23 16:15:15 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-10-23 16:15:15 +0200 |
| commit | de8badc9a6e74ca29cbc04ab5438d6eed2eb8984 (patch) | |
| tree | eca5e15e0036fbd117be92029c57f039e2b0606f /server/aoprotocol.py | |
| parent | 660daf9922e68eb5f5f6bb00eb3bc51d0c460de7 (diff) | |
Support for case alerts serverside.
- Users can use an ingame button to alert people of cases.
Diffstat (limited to 'server/aoprotocol.py')
| -rw-r--r-- | server/aoprotocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/aoprotocol.py b/server/aoprotocol.py index 1bf9001..0af8f67 100644 --- a/server/aoprotocol.py +++ b/server/aoprotocol.py @@ -213,7 +213,7 @@ class AOProtocol(asyncio.Protocol): self.client.is_ao2 = True - self.client.send_command('FL', 'yellowtext', 'customobjections', 'flipping', 'fastloading', 'noencryption', 'deskmod', 'evidence', 'modcall_reason', 'cccc_ic_support', 'arup') + self.client.send_command('FL', 'yellowtext', 'customobjections', 'flipping', 'fastloading', 'noencryption', 'deskmod', 'evidence', 'modcall_reason', 'cccc_ic_support', 'arup', 'casing_alerts') def net_cmd_ch(self, _): """ Periodically checks the connection. |
