editor: clear clientTracks on disconnection

This commit is contained in:
Erik Faye-Lund 2011-03-28 23:15:08 +02:00
parent 558dcf01fb
commit 9132474bdb

View File

@ -15,6 +15,7 @@ public:
{
closesocket(socket);
socket = INVALID_SOCKET;
clientTracks.clear();
}
bool recv(char *buffer, size_t length, int flags)