Fixes sequential checks
This commit is contained in:
parent
83dcf536d8
commit
42d0b6271f
67 changed files with 99 additions and 99 deletions
|
|
@ -3266,7 +3266,7 @@ namespace Server.Multis
|
|||
|
||||
public bool IsGuildMember( Mobile m )
|
||||
{
|
||||
if ( m == null || Owner == null || Owner.Guild == null )
|
||||
if ( m == null || Owner?.Guild == null )
|
||||
return false;
|
||||
|
||||
return ( m.Guild == Owner.Guild );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue