Assign elo 1200 for the vacancy player.
This commit is contained in:
@@ -38,7 +38,7 @@ module LORChess
|
||||
index = @player_pos['Kasparov']
|
||||
if index
|
||||
@players[index] = '<em style="font-weight:normal">отсутствует</em>'
|
||||
@elo_list[index] = '—'
|
||||
@elo_list[index] = '1200'
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user