Fix compiler warning
This commit is contained in:
parent
0ff36ce8fd
commit
1c793e906a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user