Tournament table: replace player Kasparov by Nokman.

This commit is contained in:
vonavi
2013-10-19 14:27:00 +03:00
parent 74a0753fd9
commit b1607042b2
3 changed files with 4 additions and 66 deletions

View File

@@ -34,13 +34,6 @@ module LORChess
calculate
results_to_s
# Clean the vacancy place
num = @player_numbers['Kasparov']
if num
@players[num] = '<em style="font-weight:normal">отсутствует</em>'
@elo_points[num] = '1200'
end
# Remove Uroboros from the tournament (seppuku)
num = @player_numbers['uroboros']
@players[num] = '<del>uroboros</del>'