diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-26 18:46:05 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-26 18:46:05 -0400 |
commit | d5e4ac14fc51631f5cd77ba4226ba5911ffe7e37 (patch) | |
tree | 5c887f6ff3f6f8ac3a8a913953d791b8030fc0d5 /lib/scheduling/elimination.rb | |
parent | 36cdca9bc95599e67f73889c3ebf7d52f55f06eb (diff) | |
parent | 78df502c74525cee987e551fc82e91595e63ed01 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/scheduling/elimination.rb')
-rw-r--r-- | lib/scheduling/elimination.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scheduling/elimination.rb b/lib/scheduling/elimination.rb index bf752b6..074cb5c 100644 --- a/lib/scheduling/elimination.rb +++ b/lib/scheduling/elimination.rb @@ -34,6 +34,7 @@ module Scheduling end def match_finished(match) + #what in the goddamn fuck does this mean matches = match.tournament_stage.matches_ordered cur_match_num = matches.invert[match] unless cur_match_num == 1 |