Moved ActionDelay change out of the core, reverted to old value for !Core.AOS.

This commit is contained in:
eos 2013-02-24 01:42:45 +00:00
parent 8df32ab72b
commit e083b219f0
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,8 @@ namespace Server
if ( ObjectPropertyList.Enabled )
PacketHandlers.SingleClickProps = true; // single click for everything is overriden to check object property list
Mobile.ActionDelay = TimeSpan.FromSeconds( 1.0 );
}
}
}

View file

@ -4266,7 +4266,7 @@ namespace Server
m.OnDoubleClick( this );
}
private static TimeSpan m_ActionDelay = TimeSpan.FromSeconds( 1.0 );
private static TimeSpan m_ActionDelay = TimeSpan.FromSeconds( 0.5 );
public static TimeSpan ActionDelay
{