Fix checkstyle
This commit is contained in:
@@ -482,7 +482,8 @@ public class WorldPoint
|
|||||||
List<WorldPoint> checkpointWPs = new ArrayList<>();
|
List<WorldPoint> checkpointWPs = new ArrayList<>();
|
||||||
for (Tile checkpointTile : checkpointTiles)
|
for (Tile checkpointTile : checkpointTiles)
|
||||||
{
|
{
|
||||||
if (checkpointTile == null) {
|
if (checkpointTile == null)
|
||||||
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
checkpointWPs.add(checkpointTile.getWorldLocation());
|
checkpointWPs.add(checkpointTile.getWorldLocation());
|
||||||
|
|||||||
Reference in New Issue
Block a user