Removed a single outdated comment in client.cpp
parent
1a6e1e142f
commit
8c3b4fed10
|
@ -546,8 +546,6 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)
|
||||||
|
|
||||||
//dstream<<"Client received command="<<(int)command<<std::endl;
|
//dstream<<"Client received command="<<(int)command<<std::endl;
|
||||||
|
|
||||||
// Execute fast commands straight away
|
|
||||||
|
|
||||||
if(command == TOCLIENT_INIT)
|
if(command == TOCLIENT_INIT)
|
||||||
{
|
{
|
||||||
if(datasize < 3)
|
if(datasize < 3)
|
||||||
|
|
Loading…
Reference in New Issue