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

This commit is contained in:
unfa 2021-12-06 22:13:53 +01:00
commit d9584026de

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()