fix bugs related to vendoring

This commit is contained in:
steven carpenter 2025-06-30 17:36:22 -04:00
parent 3d01f49255
commit c87f313731

View file

@ -100,6 +100,7 @@ func main() {
maxIndex = p.Index maxIndex = p.Index
} }
} }
maxIndex = maxIndex+1
fmt.Printf("Highest player index: %d\n", maxIndex) fmt.Printf("Highest player index: %d\n", maxIndex)
} }
} }