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:
parent
b326e75baa
commit
c18af6e728
4 changed files with 66 additions and 40 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue