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