]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Removed a single outdated comment in client.cpp
authorPerttu Ahola <celeron55@gmail.com>
Mon, 9 May 2011 13:39:37 +0000 (16:39 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 9 May 2011 13:39:37 +0000 (16:39 +0300)
src/client.cpp

index ec2504bc823f45920f9d82335eb7181696e47e58..ce862a0025552746a5b613ef057e366ff2bfaa0b 100644 (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)