]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Tournament.php
open tournament type
[alttp.git] / app / Models / Tournament.php
index eea88096bdfc71da9a39115c2ed997a98a0afdb2..6f0feb1237db7a8693c20bf7e73e7c44f62e3fa7 100644 (file)
@@ -21,6 +21,10 @@ class Tournament extends Model
                return $runners;
        }
 
+       public function hasScoreboard() {
+               return $this->type == 'signup-async';
+       }
+
        public function updatePlacement() {
                $runners = [];
                foreach ($this->participants as $p) {