This commit is contained in:
Heavy Bob 2025-04-11 09:59:56 +10:00
parent f21fad999f
commit f8446f047e

View file

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