Skip to content

Commit

Permalink
Use large team for team ffa (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jauggy authored Oct 20, 2024
1 parent 52bb2bf commit 37fd26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teiserver_web/controllers/api/spads_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ defmodule TeiserverWeb.API.SpadsController do
# Temporary solution until Team FFA ratings are fixed
rating_type =
case rating_type do
"Team FFA" -> "FFA"
"Team FFA" -> "Large Team"
v -> v
end

Expand Down

0 comments on commit 37fd26f

Please sign in to comment.