securetrade race condition
This commit is contained in:
parent
2a21388f39
commit
28f3bd15b2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ namespace Server.Items
|
|||
|
||||
public override bool IsAccessibleTo( Mobile check )
|
||||
{
|
||||
if ( !IsChildOf( check ) )
|
||||
if ( !IsChildOf( check ) || m_Trade == null || !m_Trade.Valid )
|
||||
return false;
|
||||
|
||||
return base.IsAccessibleTo( check );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue