Remove an unneeded conditional

soprefactor
Melanie 2010-05-23 06:12:40 +01:00
parent b2197e3b94
commit f84f0dbd51
1 changed files with 1 additions and 2 deletions

View File

@ -1671,8 +1671,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary>
public void StandUp()
{
if (SitGround)
SitGround = false;
SitGround = false;
if (m_parentID != 0)
{