Fixed message duplication in logs

- Any printed hud messages would have duplicate entries in logs.
This commit is contained in:
Edward Richardson 2014-11-28 16:34:42 +13:00
commit a418f564e9
2 changed files with 0 additions and 21 deletions

View file

@ -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);
}
}
}
}