fix: Town Crier NPR Crash (#1143)
This commit is contained in:
parent
946a2acabf
commit
61f77df892
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ namespace Server.Mobiles
|
||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Entries.RandomElement();
|
return Entries?.RandomElement();
|
||||||
}
|
}
|
||||||
|
|
||||||
public TownCrierEntry AddEntry(string[] lines, TimeSpan duration)
|
public TownCrierEntry AddEntry(string[] lines, TimeSpan duration)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue