Skip to content
Snippets Groups Projects
Commit 08139f32 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

fixing

parent 249c0dc6
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
2011-04-11:
- Fixed crafting a bit
2011-04-10_0:
- Asynchronous map generation
- New object system
......
......@@ -1224,6 +1224,8 @@ void Server::AsyncRunStep()
//u16 peer_id = i.getNode()->getKey();
RemoteClient *client = i.getNode()->getValue();
Player *player = m_env.getPlayer(client->peer_id);
if(player==NULL)
continue;
std::cout<<player->getName()<<"\t";
client->PrintInfo(std::cout);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment