diff --git a/src/Core/Entities/StationEntity.m b/src/Core/Entities/StationEntity.m index ca2ccfbe..30f191f4 100644 --- a/src/Core/Entities/StationEntity.m +++ b/src/Core/Entities/StationEntity.m @@ -1867,7 +1867,7 @@ NSDictionary *OOMakeDockingInstructions(StationEntity *station, Vector coords, f { OOLog(@"station.launchShip.impossible", @"Cancelled launch for an escort ship, as the %@ has no launch docks.", [self displayName]); - return; + return nil; } ShipEntity *escort_ship;