1
0
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:
2020-01-29 11:19:19 -05:00
parent 29ea593d12
commit 5bb76fe134

View File

@@ -21,9 +21,9 @@ class PlacementPoints
def thirdPlace
if @number_of_placers == 4
return 9
else
return 7
else
return 9
end
end