mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-19 04:59:07 +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; }
|
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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue