Fixed Joes typo commit

pull/212/merge
Peter 'Pita' Martischka 2011-11-19 12:07:39 -08:00
parent 0123fa0838
commit 54c8e46cdf
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ exports.handleDisconnect = function(client)
{
if(pad2sessions[sessionPad][i] == client.id)
{
delete pad2sessions[sessionPad][i];
pad2sessions[sessionPad].splice(i, 1);
break;
}
}