Skip to content

Commit 4b4fd53

Browse files
committed
reset missed races to zero when a player returns
1 parent 603cf0e commit 4b4fd53

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/bwmarrin/discordgo v0.29.0
9-
github.com/distrobyte/multielo v0.1.1
9+
github.com/distrobyte/multielo v0.1.2
1010
github.com/go-chi/chi/v5 v5.2.3
1111
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1212
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ github.com/distrobyte/multielo v0.1.0 h1:J/oi5dJGqSYDaZbeIHyrw8yY3mv0nOwCQH1WWlA
2828
github.com/distrobyte/multielo v0.1.0/go.mod h1:svv+AlrisaP7pUZDaOAhEfUp16LlrJIelr7CueKrr8M=
2929
github.com/distrobyte/multielo v0.1.1 h1:vwzy8ZngIY/jdLyqSkBX7gTX2pwyL8SuCR4GRzzCItY=
3030
github.com/distrobyte/multielo v0.1.1/go.mod h1:svv+AlrisaP7pUZDaOAhEfUp16LlrJIelr7CueKrr8M=
31+
github.com/distrobyte/multielo v0.1.2 h1:71HTo5q6VzXpIVqbM79ARmLG6YqvbDSgHmTVg4gqVEM=
32+
github.com/distrobyte/multielo v0.1.2/go.mod h1:svv+AlrisaP7pUZDaOAhEfUp16LlrJIelr7CueKrr8M=
3133
github.com/go-chi/chi/v5 v5.2.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE=
3234
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
3335
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=

internal/commands/karting.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
)
1616

1717
var league *multielo.League
18-
var leagues *multielo.MultiLeagueService
1918
var longestPlayerName int
2019

2120
// multielo -> zerolog adapter to surface logs from vendored module

vendor/github.com/distrobyte/multielo/infrastructure/html_graph_renderer.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github.com/ajstarks/svgo
3636
# github.com/bwmarrin/discordgo v0.29.0
3737
## explicit; go 1.13
3838
github.com/bwmarrin/discordgo
39-
# github.com/distrobyte/multielo v0.1.1
39+
# github.com/distrobyte/multielo v0.1.2
4040
## explicit; go 1.23.0
4141
github.com/distrobyte/multielo
4242
github.com/distrobyte/multielo/domain

0 commit comments

Comments
 (0)