This commit is contained in:
Heavy Bob 2025-04-11 10:18:00 +10:00
parent 9b4b25921e
commit 47abbf9314

View file

@ -20,7 +20,7 @@ public class ActorDeathEvent : ILogEventHandler
public Regex Pattern { get; } public Regex Pattern { get; }
private Regex _shipManufacturerPattern; private Regex _shipManufacturerPattern;
private string _lastKillShip = string.Empty; private string _lastKillShip = string.Empty;
private Regex cleanUpPattern = new Regex(@"^(.+?)_\d+$"); private Regex cleanUpPattern = new Regex(@"^(.+?)(?:_\d+)*$");
public ActorDeathEvent() public ActorDeathEvent()
{ {