Fixes null propogation
This commit is contained in:
parent
22ab83ea9e
commit
3c9842ee5a
218 changed files with 799 additions and 1458 deletions
|
|
@ -578,8 +578,7 @@ namespace Server.Engines.MLQuests
|
|||
{
|
||||
MLQuestContext context = GetContext( pm );
|
||||
|
||||
if ( context != null )
|
||||
context.HandleDeath();
|
||||
context?.HandleDeath();
|
||||
}
|
||||
|
||||
public static void HandleDeletion( PlayerMobile pm )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue