Registreer TournamentPlayer gelijk bij inschrijven
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
This commit is contained in:
@@ -31,7 +31,7 @@ public class TournamentPlayer extends AbstractEntity {
|
||||
|
||||
private boolean counting;
|
||||
|
||||
private Long counts;
|
||||
private Long counts = 0L;
|
||||
|
||||
public void incrementCounts() {
|
||||
this.counts++;
|
||||
|
||||
Reference in New Issue
Block a user