From d1a3bac9dca624d16f55ebf453e67adabf91f4a3 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 5 Oct 2013 12:18:01 +0300 Subject: [PATCH] Keep the results of the vacancy player. --- lib/lorchess/tournament_table.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/lorchess/tournament_table.rb b/lib/lorchess/tournament_table.rb index 0b277cd..583b4bf 100644 --- a/lib/lorchess/tournament_table.rb +++ b/lib/lorchess/tournament_table.rb @@ -38,11 +38,7 @@ module LORChess index = @player_pos['Kasparov'] if index @players[index] = 'отсутствует' - @elo_list[index] = '' - for cell in 0..(@dim-1) - @results[index][cell] = '' - end - @player_score[index] = '' + @elo_list[index] = '—' end end