diff --git a/plugin/chess/core.go b/plugin/chess/core.go index dddd042ac9..aecbf0d0d3 100644 --- a/plugin/chess/core.go +++ b/plugin/chess/core.go @@ -541,7 +541,6 @@ func getELOString(room chessRoom, whiteScore, blackScore float64) (string, error } whiteRate, blackRate, err := getELORate(room.whitePlayer, room.blackPlayer, dbService) if err != nil { - return "", err } msgBuilder.WriteString(room.whiteName)