Rewrite tabulation #14

Merged
okorpheus merged 43 commits from rewrite-tabulation into master 2024-07-14 05:36:29 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit fab34992df - Show all commits

View File

@ -61,6 +61,7 @@ class RankAuditionEntries
$rank = 1;
foreach ($entries as $entry) {
$entry->rank = $rank;
// We don't really get a rank for seating if we have certain flags
if ($mode === 'seating') {
if ($entry->hasFlag('declined')) {
$entry->rank = 'Declined';