mirror of
https://github.com/minetest/minetest.git
synced 2025-03-21 17:52:33 +01:00
Removed a single outdated comment in client.cpp
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user