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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user