Fixed a Socket.IO API Problem

pull/35/head
Peter 'Pita' Martischka 2011-07-06 18:34:39 +01:00
parent 9db609ecc1
commit 5ee60b0b35
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ function handleUserInfoUpdate(client, message)
{ {
if(pad2sessions[padId][i] != client.id) if(pad2sessions[padId][i] != client.id)
{ {
socketio.clients[pad2sessions[padId][i]].json.send(message); socketio.sockets.sockets[pad2sessions[padId][i]].json.send(message);
} }
} }
} }