Skip to content

Commit

Permalink
added game over event
Browse files Browse the repository at this point in the history
  • Loading branch information
brianholmgreen committed Oct 15, 2021
1 parent 3f5e586 commit 427d588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LogManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ public LogManager(ILogger<LogManager> logger, WebCallManager webCallManager, Con

//.*killed other "chicken<\d*>"
{ "ChickenKill", ".*killed other \"chicken<\\d*>\"" },

//.*Game Over:
{ "GameOver", ".*Game Over: " },
};

public async Task ParseLog(string server, string log, CancellationToken stoppingToken)
Expand Down

0 comments on commit 427d588

Please sign in to comment.