fix: array bound crashes on clans.

This commit is contained in:
Houmgaor
2025-10-21 00:21:50 +02:00
parent 060635e422
commit 73e874f43f
6 changed files with 413 additions and 10 deletions

View File

@@ -3,4 +3,4 @@
Before submitting a new version:
- Document your changes in [CHANGELOG.md](CHANGELOG.md).
- Run tests: `go test -v ./...`
- Run tests: `go test -v ./...` and check for race conditions: `go test -v -race ./...`