1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 00:28:10 -05:00

update for BOIII parsing

This commit is contained in:
RaidMax
2024-07-01 12:39:43 -05:00
parent eac9b8f150
commit 3857c48bd2
3 changed files with 27 additions and 20 deletions

View File

@ -50,7 +50,7 @@ namespace IW4MAdmin.Application.IO
{
// parse each line
var lines = response.Data
.Split(Environment.NewLine)
.Split('\n')
.Where(_line => _line.Length > 0);
foreach (string eventLine in lines)