1
Fork 0

Keep the results of the vacancy player.

master
vonavi 2013-10-05 12:18:01 +03:00
parent 30fb4359eb
commit d1a3bac9dc
1 changed files with 1 additions and 5 deletions

View File

@ -38,11 +38,7 @@ module LORChess
index = @player_pos['Kasparov']
if index
@players[index] = '<em style="font-weight:normal">отсутствует</em>'
@elo_list[index] = ''
for cell in 0..(@dim-1)
@results[index][cell] = ''
end
@player_score[index] = ''
@elo_list[index] = '&mdash;'
end
end