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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue