timraay / HLLLogUtilities

A Discord bot that makes it easy to capture and export logs from your HLL servers
MIT License
9 stars 6 forks source link

SquadDisbandedEvent often doesn't have a team_name #2

Closed timraay closed 1 year ago

timraay commented 2 years ago

Majority of squad_disbanded events have NULL in the team_name column, unlike the squad_created event.

And uh, what the hell is going on here? I'm assuming this is related.

00:49:42 - Wed, Oct 26  UNIT DISBANDED          Unit DOG disbanded on team Axis
00:49:59 - Wed, Oct 26  TEAM SWITCHED           freedomknight (76561198271982069): Axis -> None
00:49:59 - Wed, Oct 26  UNIT SWITCHED           freedomknight (None/76561198271982069): DOG -> None
00:49:59 - Wed, Oct 26  DISCONNECTED            freedomknight (76561198271982069)
00:50:03 - Wed, Oct 26  TEAM SWITCHED           Caballero Astur (76561198075341023): Axis -> None
00:50:03 - Wed, Oct 26  UNIT SWITCHED           Caballero Astur (None/76561198075341023): DOG -> None
00:50:03 - Wed, Oct 26  OFFICER CHANGED         Officer for DOG: None -> Caballero Astur (76561198075341023) (Axis)
00:50:03 - Wed, Oct 26  DISCONNECTED            Caballero Astur (76561198075341023)
00:50:24 - Wed, Oct 26  TEAM SWITCHED           gdmagicshows (76561199026272818): Axis -> None
00:50:24 - Wed, Oct 26  UNIT SWITCHED           gdmagicshows (None/76561199026272818): DOG -> None
00:50:24 - Wed, Oct 26  DISCONNECTED            gdmagicshows (76561199026272818)
00:50:24 - Wed, Oct 26  UNIT DISBANDED          Unit DOG disbanded on team None
timraay commented 2 years ago

The issue of the two players mentioned in the OFFICER CHANGED lines being in the wrong order was fixed in 2197db8

timraay commented 1 year ago

Fixed in 4f6da43