1
Fork 0

Assign elo 1200 for the vacancy player.

master
vonavi 2013-10-05 12:20:38 +03:00
parent d1a3bac9dc
commit a70be59b56
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module LORChess
index = @player_pos['Kasparov']
if index
@players[index] = '<em style="font-weight:normal">отсутствует</em>'
@elo_list[index] = '&mdash;'
@elo_list[index] = '1200'
end
end