mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-09-09 17:16:00 -05:00
Removed unnecessary rtt field
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user