mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
slight map generation bugs
This commit is contained in:
@@ -2353,7 +2353,7 @@ int main(int argc, char *argv[])
|
||||
i != chat_lines.end(); i++)
|
||||
{
|
||||
(*i).age += dtime;
|
||||
if((*i).age > 30.0)
|
||||
if((*i).age > 60.0)
|
||||
{
|
||||
to_be_removed_count++;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user