Skip to content

Commit

Permalink
upped CZ contingent limit for CEJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Jun 16, 2024
1 parent 52b93e0 commit 8b7243c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/EventType/Cej/EventTypeCej.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function getMaximumClosedParticipants(Participant $participant): int
{
if ($participant instanceof PatrolLeader) {
return match ($participant->contingent) {
self::CONTINGENT_CZECHIA => 25,
self::CONTINGENT_CZECHIA => 35,
self::CONTINGENT_SLOVAKIA => 25,
self::CONTINGENT_POLAND => 6,
self::CONTINGENT_HUNGARY => 10,
Expand Down

0 comments on commit 8b7243c

Please sign in to comment.