Streamlining

This commit is contained in:
Raffson
2023-10-07 21:37:49 +02:00
parent 59673e7911
commit ea726bbf06
11 changed files with 21 additions and 38 deletions

View File

@@ -384,6 +384,7 @@ class Squadron:
def plan_relocation(self, destination: ControlPoint, now: datetime) -> None:
from game.theater import ParkingType
if destination == self.location:
logging.warning(
f"Attempted to plan relocation of {self} to current location "