Fixed message duplication in logs
- Any printed hud messages would have duplicate entries in logs.
This commit is contained in:
parent
3e2b0e4c71
commit
a418f564e9
2 changed files with 0 additions and 21 deletions
|
|
@ -7725,13 +7725,6 @@ scriptwait:
|
|||
AddToConsole (-1, consolecolor);
|
||||
AddToConsole (-1, work);
|
||||
AddToConsole (-1, bar);
|
||||
if (Logfile)
|
||||
{
|
||||
fputs (logbar, Logfile);
|
||||
fputs (work, Logfile);
|
||||
fputs (logbar, Logfile);
|
||||
fflush (Logfile);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue