Reverting redundant check

This commit is contained in:
eos 2013-02-04 00:30:45 +00:00
parent 67c6503f8d
commit 3499444660

View file

@ -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 )