summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index ec2504bc8..ce862a002 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -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)