1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Updated licenses of CiaranG's contributions to be in line with the new contribution policy and added a TODO note to server.cpp

This commit is contained in:
celeron55 2011-05-31 11:59:51 +03:00
parent 63ae3d7387
commit 7740425085
5 changed files with 49 additions and 57 deletions

View file

@ -1192,7 +1192,7 @@ void Server::AsyncRunStep()
if(dtime < 0.001)
return;
//dstream<<"Server steps "<<dtime<<std::endl;
//dstream<<"Server::AsyncRunStep(): dtime="<<dtime<<std::endl;
@ -1674,6 +1674,7 @@ void Server::AsyncRunStep()
/*
Step node metadata
TODO: Move to ServerEnvironment and utilize active block stuff
*/
{
//TimeTaker timer("Step node metadata");