Update BaseEscortable.cs (#1726)
This commit is contained in:
parent
d115716a60
commit
389d154576
1 changed files with 2 additions and 1 deletions
|
|
@ -877,9 +877,10 @@ public class EscortDestinationInfo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BaseEscortable.Initialized = validTown;
|
||||||
|
|
||||||
if (!validTown)
|
if (!validTown)
|
||||||
{
|
{
|
||||||
BaseEscortable.Initialized = false;
|
|
||||||
logger.Error( "No valid escort destinations found. Please check {TownNames}.", townNamesVariable);
|
logger.Error( "No valid escort destinations found. Please check {TownNames}.", townNamesVariable);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue