track fish; use new go tooling

This commit is contained in:
41666 2025-04-01 19:59:44 -07:00
parent 7332fd6fad
commit 2bfd19339c
6 changed files with 51 additions and 47 deletions

View file

@ -32,7 +32,7 @@ func (eh *EventHandler) HandleEvent(ctx context.Context, event types.ESSEvent) {
return
}
if event.EventName == "Death" || event.EventName == "VehicleDestroy" {
if event.EventName == "Death" || event.EventName == "VehicleDestroy" || event.EventName == "FishScan" {
go eh.HandleDeath(ctx, event)
} else if event.EventName == "GainExperience" {
go eh.HandleExperience(ctx, event)