This commit is contained in:
David Humphrey 2014-11-12 14:12:52 -05:00
Родитель bd9978585b
Коммит 7b2b3e9dfb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ function ClientInfo(id, userAgentString) {
// Web Socket data usage for this client
this.bytesSent = 0;
this.bytesRecevied = 0;
this.bytesReceived = 0;
}
// How long this client has been connected in MS