mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fix points for fourth place
This commit is contained in:
@@ -21,9 +21,9 @@ class PlacementPoints
|
||||
|
||||
def thirdPlace
|
||||
if @number_of_placers == 4
|
||||
return 9
|
||||
else
|
||||
return 7
|
||||
else
|
||||
return 9
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user