mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
slight map generation bugs
This commit is contained in:
parent
3fe377be4e
commit
a5c62045ed
3 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue