mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
lots of fixes :)
This commit is contained in:
@ -32,7 +32,7 @@ namespace IW4MAdmin.Application.IO
|
||||
string newLine;
|
||||
while (!String.IsNullOrEmpty(newLine = rd.ReadLine()))
|
||||
{
|
||||
logLines.Add(newLine.Replace("\r\n", ""));
|
||||
logLines.Add(newLine);
|
||||
}
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@ namespace IW4MAdmin.Application.IO
|
||||
events.Add(Parser.GetEvent(server, eventLine));
|
||||
}
|
||||
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user