From a9a6ce22df2fb82022e7c30014ac5e6ef1d300c6 Mon Sep 17 00:00:00 2001 From: Blazico Date: Sun, 19 Oct 2025 16:27:53 +0200 Subject: [PATCH] Removed unnecessary rtt field --- gpcm/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpcm/report.go b/gpcm/report.go index 7449372..2443546 100644 --- a/gpcm/report.go +++ b/gpcm/report.go @@ -6,6 +6,7 @@ import ( "wwfc/common" "wwfc/logging" "wwfc/qr2" + "github.com/logrusorgru/aurora/v3" ) @@ -15,7 +16,6 @@ type RaceResultPlayer struct { FinishTimeMs *int `json:"finish_time_ms"` CharacterId *int `json:"character_id"` KartId *int `json:"kart_id"` - ClientRttMs *float64 `json:"client_rtt_ms"` } type RaceResult struct {