mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-02-08 16:44:22 +01:00
Revert "fix false type from _clients in server.py"
This reverts commit d08381108f.
This commit is contained in:
parent
d08381108f
commit
c903276141
|
|
@ -26,7 +26,7 @@ _dataPackets = []
|
|||
_lockDataPackets = threading.Lock()
|
||||
|
||||
# module wide global list for all currently connected clients
|
||||
_clients = [] # _clients[ThreadName] = {"address", "timestamp"}
|
||||
_clients = {} # _clients[ThreadName] = {"address", "timestamp"}
|
||||
_lockClients = threading.Lock()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue