Renames overriden to overridden

This commit is contained in:
Kamron Batman 2018-02-20 11:18:23 -08:00
parent 9a4aeaba0d
commit ca4e99c179
No known key found for this signature in database
GPG key ID: 9F6247D24FA2AAD4
7 changed files with 11 additions and 11 deletions

View file

@ -31,7 +31,7 @@ namespace Server
AOS.DisableStatInfluences();
if ( ObjectPropertyList.Enabled )
PacketHandlers.SingleClickProps = true; // single click for everything is overriden to check object property list
PacketHandlers.SingleClickProps = true; // single click for everything is overridden to check object property list
Mobile.ActionDelay = 1000;
Mobile.AOSStatusHandler = new AOSStatusHandler( AOS.GetStatus );