Moved ActionDelay change out of the core, reverted to old value for !Core.AOS.
This commit is contained in:
parent
8df32ab72b
commit
e083b219f0
2 changed files with 3 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue