Sets a default parameter for OnHit. More casting cleanup.

This commit is contained in:
Kamron Batman 2018-09-09 08:54:10 -07:00
parent 74f498c1c8
commit d6c0bf2d4c
96 changed files with 350 additions and 579 deletions

View file

@ -192,8 +192,7 @@ namespace Server.Items
{
m_Table.Remove( m_Healer );
if ( m_Timer != null )
m_Timer.Stop();
m_Timer?.Stop();
m_Timer = null;
}

View file

@ -67,7 +67,7 @@ namespace Server.Items
Recipe r = this.Recipe;
if ( r != null && @from is PlayerMobile pm )
if ( r != null && from is PlayerMobile pm )
{
if ( !pm.HasRecipe( r ) )
{