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:
@ -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)
|
||||
|
Reference in New Issue
Block a user