modified player count message on update check
This commit is contained in:
parent
c87f313731
commit
5518f439ee
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -101,7 +101,7 @@ func main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maxIndex = maxIndex+1
|
maxIndex = maxIndex+1
|
||||||
fmt.Printf("Highest player index: %d\n", maxIndex)
|
fmt.Printf("Player Count: %d\n", maxIndex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue