Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: BT (calcastor/mame) <[email protected]>
  • Loading branch information
OhPointFive authored and calcastor committed Jul 16, 2022
1 parent e8e08fe commit 5d7ee68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public SpreadPointProvider(Collection<? extends PointProvider> children) {
public Location getPoint(Match match, @Nullable Entity entity) {
List<Location> bestPoints = new ArrayList<>(SAMPLE_COUNT);
double bestDistance = Double.NEGATIVE_INFINITY;
MatchPlayer player = match.getPlayer(entity);

for (int i = 0; i < SAMPLE_COUNT; i++) {
for (PointProvider child : children) {
Expand Down

0 comments on commit 5d7ee68

Please sign in to comment.