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:
parent
63ae3d7387
commit
7740425085
5 changed files with 49 additions and 57 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue