diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-31 11:16:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-31 11:16:56 -0300 |
commit | 7d904dedd780cc41a7cb283134026917ca068e84 (patch) | |
tree | 0e94e3dcc178334aa9de60cbdff1370b4c52356f /server.py | |
parent | b34aa7437e55577953a50b6a0e65debcb930f253 (diff) | |
download | server-7d904dedd780cc41a7cb283134026917ca068e84.tar.gz server-7d904dedd780cc41a7cb283134026917ca068e84.tar.bz2 server-7d904dedd780cc41a7cb283134026917ca068e84.tar.xz server-7d904dedd780cc41a7cb283134026917ca068e84.zip |
Add support for custom battle backgrounds.
Fix typos and minor bugs.
Diffstat (limited to 'server.py')
-rwxr-xr-x | server.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ class WebSocketConn(WebSocket): # TODO: Drop OLD connections when same IP tries to connect # TODO: Either auto-ban or limit to <= 3 connections from same IP at once + # TODO: Also, inheir the previous connection MS score and MS Auth # By last, keep a "sane" amount of clients connected # This program must not, under any circumstances, interfer |