aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-05-09 16:39:37 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-05-09 16:39:37 +0300
commit8c3b4fed10ce5bad422436b8b804fd1fd71b0e65 (patch)
tree5ec621e16b85560607035667d551ebabc1620da2 /src
parent1a6e1e142f70d0be7ed1a867801fe130bede7802 (diff)
downloadhax-minetest-server-8c3b4fed10ce5bad422436b8b804fd1fd71b0e65.tar.gz
hax-minetest-server-8c3b4fed10ce5bad422436b8b804fd1fd71b0e65.zip
Removed a single outdated comment in client.cpp
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)