diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d50491a4b..03d194d71 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;
|