From a70be59b56c45cd77cdf397510877ddc3185461d Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 5 Oct 2013 12:20:38 +0300 Subject: [PATCH] Assign elo 1200 for the vacancy player. --- lib/lorchess/tournament_table.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lorchess/tournament_table.rb b/lib/lorchess/tournament_table.rb index 583b4bf..62cf2fd 100644 --- a/lib/lorchess/tournament_table.rb +++ b/lib/lorchess/tournament_table.rb @@ -38,7 +38,7 @@ module LORChess index = @player_pos['Kasparov'] if index @players[index] = 'отсутствует' - @elo_list[index] = '—' + @elo_list[index] = '1200' end end