mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Small Change
This commit is contained in:
parent
16cbddcf90
commit
d33a8372ea
@ -474,7 +474,7 @@ class EliminationGame(bs.TeamGameActivity[Player, Team]):
|
|||||||
points.append(
|
points.append(
|
||||||
((start_pos - player_pos).length(), start_pos)
|
((start_pos - player_pos).length(), start_pos)
|
||||||
)
|
)
|
||||||
# Hmm.. we need to sorting vectors too?
|
# Hmm.. we need to sort vectors too?
|
||||||
points.sort(key=lambda x: x[0])
|
points.sort(key=lambda x: x[0])
|
||||||
return points[-1][1]
|
return points[-1][1]
|
||||||
return None
|
return None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user