Update BaseEscortable.cs (#1726)

This commit is contained in:
Kamron Batman 2024-04-07 16:05:49 -07:00 committed by GitHub
parent d115716a60
commit 389d154576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -877,9 +877,10 @@ public class EscortDestinationInfo
}
}
BaseEscortable.Initialized = validTown;
if (!validTown)
{
BaseEscortable.Initialized = false;
logger.Error( "No valid escort destinations found. Please check {TownNames}.", townNamesVariable);
}
}