Registreer TournamentPlayer gelijk bij inschrijven
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good

This commit is contained in:
2025-09-01 23:00:10 +02:00
parent 06b112305b
commit 2cc188540b
5 changed files with 48 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ public class TournamentPlayer extends AbstractEntity {
private boolean counting;
private Long counts;
private Long counts = 0L;
public void incrementCounts() {
this.counts++;