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

- added map generating script

- dropped support for versions older than 2 because of lighting support
This commit is contained in:
Perttu Ahola 2010-11-29 12:16:17 +02:00
parent b326e75baa
commit c18af6e728
4 changed files with 66 additions and 40 deletions

View file

@ -148,9 +148,9 @@ void Client::step(float dtime)
counter -= dtime;
if(counter <= 0.0)
{
counter = 10.0;
counter = 20.0;
dout_client<<"Client packetcounter:"<<std::endl;
dout_client<<"Client packetcounter (20s):"<<std::endl;
m_packetcounter.print(dout_client);
m_packetcounter.clear();
}