Removed a single outdated comment in client.cpp

This commit is contained in:
Perttu Ahola 2011-05-09 16:39:37 +03:00
parent 1a6e1e142f
commit 8c3b4fed10
1 changed files with 0 additions and 2 deletions

View File

@ -546,8 +546,6 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)
//dstream<<"Client received command="<<(int)command<<std::endl;
// Execute fast commands straight away
if(command == TOCLIENT_INIT)
{
if(datasize < 3)