Skip to content

Commit

Permalink
Revert "fix: match other disconnect logs except without eosID (#376)" (
Browse files Browse the repository at this point in the history
…#378)

This reverts commit 3f09545.
  • Loading branch information
werewolfboy13 authored Aug 10, 2024
1 parent f99aacf commit bd19c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squad-server/log-parser/player-disconnected.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
regex:
/^\[([0-9.:-]+)]\[([ 0-9]*)]LogNet: UChannel::Close: Sending CloseBunch\. ChIndex == [0-9]+\. Name: \[UChannel\] ChIndex: [0-9]+, Closing: [0-9]+ \[UNetConnection\] RemoteAddr: ([\d.]+):[\d]+, Name: EOSIpNetConnection_[0-9]+(, Driver: ([^,]+(?: EOSNetDriver_[\d]+)?))?[, ]*IsServer: YES, PC: ([^,]+), Owner: ([^,]+), UniqueId: RedpointEOS:([\d\w]+)/,
/^\[([0-9.:-]+)]\[([ 0-9]*)]LogNet: UChannel::Close: Sending CloseBunch\. ChIndex == [0-9]+\. Name: \[UChannel\] ChIndex: [0-9]+, Closing: [0-9]+ \[UNetConnection\] RemoteAddr: ([\d.]+):[\d]+, Name: EOSIpNetConnection_[0-9]+, Driver: GameNetDriver EOSNetDriver_[0-9]+, IsServer: YES, PC: ([^ ]+PlayerController_C_[0-9]+), Owner: [^ ]+PlayerController_C_[0-9]+, UniqueId: RedpointEOS:([\d\w]+)/,
onMatch: (args, logParser) => {
const data = {
raw: args[0],
Expand Down

0 comments on commit bd19c22

Please sign in to comment.