diff --git a/Projects/UOContent/Mobiles/Townfolk/TownCrier.cs b/Projects/UOContent/Mobiles/Townfolk/TownCrier.cs index dcd31a2b4..9d5ab2522 100644 --- a/Projects/UOContent/Mobiles/Townfolk/TownCrier.cs +++ b/Projects/UOContent/Mobiles/Townfolk/TownCrier.cs @@ -48,7 +48,7 @@ namespace Server.Mobiles } } - return Entries.RandomElement(); + return Entries?.RandomElement(); } public TownCrierEntry AddEntry(string[] lines, TimeSpan duration)