Merge pull request #81 from Thomas-Smyth/beta

SquadJS v1.4.6 Release
This commit is contained in:
Thomas Smyth 2020-09-28 22:34:44 +01:00 committed by GitHub
commit f8915dc8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "SquadJS",
"version": "1.4.5",
"version": "1.4.6",
"repository": "https://github.com/Thomas-Smyth/SquadJS.git",
"author": "Thomas Smyth <https://github.com/Thomas-Smyth>",
"license": "BSL-1.0",

View File

@ -1,5 +1,5 @@
export default {
regex: /^\[([0-9.:-]+)]\[([ 0-9]*)]LogSquadTrace: \[DedicatedServer]ASQGameMode::DetermineMatchWinner\(\): (.+) won on (.+)/,
regex: /^\[([0-9.:-]+)]\[([ 0-9]*)]LogSquadTrace: \[DedicatedServer](?:ASQGameMode::)?DetermineMatchWinner\(\): (.+) won on (.+)/,
onMatch: (args, logParser) => {
const data = {
raw: args[0],