the-hideout / TarkovMonitor

Monitor Tarkov log files to help track progress, queues, and groups
GNU General Public License v3.0
91 stars 16 forks source link

Clean up raid matching/starting events #11

Closed Razzmatazzz closed 1 year ago

Razzmatazzz commented 1 year ago

Resolves #4

thaddeus commented 1 year ago

I did remove the GroupMatchInviteSend event because it wasn't working with the new format (array of members, needs testing with multiple people in a party, but shouldn't be super important because the other group events cover it)

A couple caveats: We might want to add something that prevents sending queue data when its a custom or forced log read (although we could still simulate reading it) so that we don't make it too easy to pollute the data either maliciously or unintentionally