Assign elo 1200 for the vacancy player.
This commit is contained in:
parent
d1a3bac9dc
commit
a70be59b56
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user