mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
- added map generating script
- dropped support for versions older than 2 because of lighting support
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user