Fix indent

This commit is contained in:
Peter 'Pita' Martischka 2011-06-23 11:17:28 +01:00 committed by Pita Poison
parent 74b96aa774
commit 48f28e9515
1 changed files with 2 additions and 3 deletions

View File

@ -63,12 +63,11 @@ exports.setSocketIO = function(_socket)
{
console.error(message);
//check if component is registered in the components array
//check if component is registered in the components array
if(components[message.component])
{
components[message.component].handleMessage(client, message);
components[message.component].handleMessage(client, message);
}
}
else
{