Merge branch 'main' of ssh://git.gieszer.link:2222/unfa/liblast

remotes/1698528849196635140/main
unfa 2021-12-06 22:13:53 +01:00
commit d9584026de
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ func update_hud():
scores.reverse()
var rank = scores.find(score) + 1
scores.remove(scores.find(score))
scores.remove_at(scores.find(score))
scores.sort()
scores.reverse()