projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6e1e1
)
Removed a single outdated comment in client.cpp
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 9 May 2011 13:39:37 +0000
(16:39 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 9 May 2011 13:39:37 +0000
(16:39 +0300)
src/client.cpp
patch
|
blob
|
history
diff --git
a/src/client.cpp
b/src/client.cpp
index ec2504bc823f45920f9d82335eb7181696e47e58..ce862a0025552746a5b613ef057e366ff2bfaa0b 100644
(file)
--- 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)