Skip to content

Commit

Permalink
Небольшие улучшения
Browse files Browse the repository at this point in the history
  • Loading branch information
Genife authored and Genife committed Apr 25, 2023
1 parent b531188 commit 1c7c401
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public RocketLogic(Player rocketSender, String rocketType, Location targetLocati
public void move() {
// получаем дистанцию от ракеты к целевой локации
double distanceToTargetLoc = getRocketLocation().distance(getTargetLocation());
System.out.println(distanceToTargetLoc);

// Проверка на совпадение одно из условий для детонации. Такое сравнивание
// дистанции необходимо, что бы ракета случайно не перемещалась туда-сюда
Expand Down

0 comments on commit 1c7c401

Please sign in to comment.