Sets a default parameter for OnHit. More casting cleanup.
This commit is contained in:
parent
74f498c1c8
commit
d6c0bf2d4c
96 changed files with 350 additions and 579 deletions
|
|
@ -54,7 +54,7 @@ namespace Server.Items
|
|||
{
|
||||
object root = RootParent;
|
||||
|
||||
if ( root is Mobile && ((Mobile)root).AccessLevel < m_AccessLevel )
|
||||
if ( root is Mobile mobile && mobile.AccessLevel < m_AccessLevel )
|
||||
{
|
||||
Delete();
|
||||
return false;
|
||||
|
|
@ -88,4 +88,4 @@ namespace Server.Items
|
|||
return ( from.AccessLevel >= m_AccessLevel );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue