Fixes sequential checks
This commit is contained in:
parent
83dcf536d8
commit
42d0b6271f
67 changed files with 99 additions and 99 deletions
|
|
@ -79,7 +79,7 @@ namespace Server.Regions
|
|||
{
|
||||
BaseRegion br = region as BaseRegion;
|
||||
|
||||
if ( br != null && br.m_RuneName != null )
|
||||
if ( br?.m_RuneName != null )
|
||||
return br.m_RuneName;
|
||||
|
||||
region = region.Parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue