Reverting redundant check
This commit is contained in:
parent
67c6503f8d
commit
3499444660
1 changed files with 1 additions and 4 deletions
|
|
@ -2386,10 +2386,7 @@ namespace Server.Items
|
|||
if ( from.Mounted )
|
||||
return;
|
||||
|
||||
if( !from.Mounted )
|
||||
{
|
||||
from.Animate( action, frames, 1, true, false, 0 );
|
||||
}
|
||||
from.Animate( action, frames, 1, true, false, 0 );
|
||||
}
|
||||
|
||||
public virtual void PlaySwingAnimation( Mobile from )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue