diff --git a/gatherling/event.php b/gatherling/event.php index 192bd9534..2f26544b8 100644 --- a/gatherling/event.php +++ b/gatherling/event.php @@ -276,7 +276,9 @@ function content() authFailed(); } else { if (mode_is('Start Event')) { - $event->startEvent(); + $event->startEvent(true); + } elseif (mode_is('Start Event (No Deck Check)')) { + $event->startEvent(false); } elseif (mode_is('Recalculate Standings')) { $structure = $event->mainstruct; $event->recalculateScores($structure); @@ -851,7 +853,9 @@ function playerList($event) echo "name}\" />"; echo '
Round Actions |
---|
'; + echo ''; + echo ' | '; echo '