mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 02:23:22 +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(
|
||||
((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])
|
||||
return points[-1][1]
|
||||
return None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user