From c87f313731cf3faa4021d3836dd46e1ca647f5c0 Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Mon, 30 Jun 2025 17:36:22 -0400 Subject: [PATCH] fix bugs related to vendoring --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index c3b8504..3a994e6 100644 --- a/main.go +++ b/main.go @@ -100,6 +100,7 @@ func main() { maxIndex = p.Index } } + maxIndex = maxIndex+1 fmt.Printf("Highest player index: %d\n", maxIndex) } }