rider null check
This commit is contained in:
parent
cf3f6e8276
commit
76eec82ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ namespace Server.Mobiles
|
|||
Internalize();
|
||||
}
|
||||
|
||||
if( m_Rider.Target is Bola.BolaTarget )
|
||||
if( m_Rider != null && m_Rider.Target is Bola.BolaTarget )
|
||||
{
|
||||
m_Rider.Target.Cancel( this, TargetCancelType.Canceled );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue