mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Merge branch 'fixes' into develop
This commit is contained in:
commit
e8c43fc124
|
|
@ -146,4 +146,4 @@ class TCPServer:
|
|||
@return List of onnected clients"""
|
||||
# todo return full list or write a print/debug method?
|
||||
with self._clientsConnectedLock: # because our list is not threadsafe
|
||||
return self.clientsConnected
|
||||
return self._clientsConnected
|
||||
|
|
|
|||
Loading…
Reference in a new issue