Skip to content

Commit

Permalink
altered minmax numbers for hungarian contingent in CEJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Apr 17, 2024
1 parent 2a64ff8 commit 7ecf4d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Event/EventType/Cej/EventTypeCej.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ public function getMinimalPpCount(Event $event, Participant $participant): int
self::CONTINGENT_CZECHIA,
self::CONTINGENT_SLOVAKIA,
self::CONTINGENT_POLAND,
self::CONTINGENT_HUNGARY
=> 9,
self::CONTINGENT_HUNGARY,
=> 6,

default => $event->minimalPatrolParticipantsCount ?? 0,
};
Expand Down

0 comments on commit 7ecf4d5

Please sign in to comment.