1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-13 16:40:48 +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 def thirdPlace
if @number_of_placers == 4 if @number_of_placers == 4
return 9
else
return 7 return 7
else
return 9
end end
end end