mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-21 16:25:31 +00:00
Fix. OMG
This commit is contained in:
parent
9b4b25921e
commit
47abbf9314
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue