(svn r21024) -Fix: erroneous tab

This commit is contained in:
rubidium 2010-10-24 15:02:43 +00:00
parent eb4cd82ed3
commit 073b965829
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ NetworkRecvStatus ServerNetworkGameSocketHandler::SendWelcome()
p->Send_string(_settings_client.network.network_id);
this->Send_Packet(p);
/* Transmit info about all the active clients */
/* Transmit info about all the active clients */
FOR_ALL_CLIENT_SOCKETS(new_cs) {
if (new_cs != this && new_cs->status > STATUS_AUTHORIZED) {
this->SendClientInfo(new_cs->GetInfo());