We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It says
interface ScoreboardInfo { CurrentRound: number | null; StartTimestamp: string | null; // Timestamps according ISO-86-01 ("yyyy-MM-ddTHH:mm:ss.fffZ") StartTimeEpoch: number | null; // Unix time in seconds EndTimestamp: string | null; // Timestamps according ISO-86-01 ("yyyy-MM-ddTHH:mm:ss.fffZ") EndTimeEpoch: number | null; // Unix time in seconds Services: Service[]; Teams: Team[]; }
where Team is the normal team, but the scoreboard info teams actually look like this:
Team
{ "id": 3, "name": "teamname3", "logoUrl": null, "flagUrl": null, "active": false }
cc @Savallator @ldruschk the "actually looking" team is what the scoreboard wants, right?
The text was updated successfully, but these errors were encountered:
can be closed @Trolldemorted ?
CtfInfo has been removed
Sorry, something went wrong.
No branches or pull requests
It says
where
Team
is the normal team, but the scoreboard info teams actually look like this:cc @Savallator @ldruschk the "actually looking" team is what the scoreboard wants, right?
The text was updated successfully, but these errors were encountered: