Summary (short):
I found out that a lot of regex cases are out of date
Description:
Regex cases such as the Arbitration regex are not up to date. The regex would have to be /^([0-9.]+).*Script \[Info\]: Background.lua: EliteAlert: generated boosts for (?:[^\r\n]+?): suitType=([^\r\n]+?) wepTypes=([^\r\n]+)/ to work, the change was wepType to wepTypes.
Summary (short):
I found out that a lot of regex cases are out of date
Description:
Regex cases such as the Arbitration regex are not up to date. The regex would have to be
/^([0-9.]+).*Script \[Info\]: Background.lua: EliteAlert: generated boosts for (?:[^\r\n]+?): suitType=([^\r\n]+?) wepTypes=([^\r\n]+)/to work, the change was wepType to wepTypes.