editor: clear clientTracks on disconnection
This commit is contained in:
parent
558dcf01fb
commit
9132474bdb
@ -15,6 +15,7 @@ public:
|
||||
{
|
||||
closesocket(socket);
|
||||
socket = INVALID_SOCKET;
|
||||
clientTracks.clear();
|
||||
}
|
||||
|
||||
bool recv(char *buffer, size_t length, int flags)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user