Rearranges packet code (#295)

This commit is contained in:
Kamron Batman 2020-10-30 22:49:00 -07:00 committed by GitHub
parent 5f7e4bf050
commit a8d486a969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 3023 additions and 2846 deletions

View file

@ -30,7 +30,7 @@ namespace Server
if (ObjectPropertyList.Enabled)
{
PacketHandlers.SingleClickProps =
IncomingEntityPackets.SingleClickProps =
true; // single click for everything is overridden to check object property list
}