Team-Silver-Sphere / SquadJS

Squad Server Script Framework
Boost Software License 1.0
163 stars 123 forks source link

fix: revert to original regex on player disconnect #377

Closed lbzepoqo closed 1 month ago

lbzepoqo commented 1 month ago

Disconnect

- Shouldn't be included as a match
[2024.08.10-08.30.19:792][567]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 1.1.1.1:52726, Name: EOSIpNetConnection_2146796295, Driver: EOSNetDriver_2146922353 EOSNetDriver_2146922353, IsServer: YES, PC: NULL, Owner: SQJoinBeaconClient_2146796291, UniqueId: RedpointEOS:000247529eb74da9850270da40dfaf23

+ Finally ends with this
[2024.08.10-08.35.52:000][393]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 1.1.1.1:65079, Name: EOSIpNetConnection_2146795950, Driver: GameNetDriver EOSNetDriver_2147482534, IsServer: YES, PC: SD_BP_PlayerController_C_2146794876, Owner: SD_BP_PlayerController_C_2146794876, UniqueId: RedpointEOS:000247529eb74da9850270da40dfaf23

Connect

- Shouldn't be included as a match
[2024.08.10-11.22.33:053][422]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 1.1.1.1:31896, Name: EOSIpNetConnection_2146627125, Driver: EOSNetDriver_2146631612 EOSNetDriver_2146631612, IsServer: YES, PC: NULL, Owner: SQJoinBeaconClient_2146627121, UniqueId: RedpointEOS:00027a42943c4f41ac10f061ad1290fb

+ Finally ends with this
[2024.08.10-11.22.49:452][158]LogSquad: PostLogin: NewPlayer: SD_BP_PlayerController_C /Steel_Division/Maps/Mutaha/Gameplay_Layers/SD_Mutaha_Seed_v1.SD_Mutaha_Seed_v1:PersistentLevel.SD_BP_PlayerController_C_2146627067 (IP: 1.1.1.1 | Online IDs: EOS: 00027a42943c4f41ac10f061ad1290fb steam: 76561199214364992)
werewolfboy13 commented 1 month ago

PR not able to be pushed. Not seeing any changes to master.

werewolfboy13 commented 1 month ago

Fixed in another PR.