Skip to content

Commit

Permalink
Fix missing case for match rating status
Browse files Browse the repository at this point in the history
  • Loading branch information
L-e-x-o-n committed Nov 7, 2024
1 parent bf9a184 commit 91b1b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/teiserver_web/live/battles/match/show.ex
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ defmodule TeiserverWeb.Battle.MatchLive.Show do
:unranked_tag ->
{"info", "Match not rated due to unrated modoption!"}

:already_rated ->
{"success", "Match rated successfully"}

:cheating_enabled ->
{"warning", "Match not rated due to cheating enabled!"}

Expand Down

0 comments on commit 91b1b3a

Please sign in to comment.