fix: Adds freeshard protocol to information list (#1038)

This commit is contained in:
Kamron Batman 2022-05-30 09:35:46 -07:00 committed by GitHub
parent 1e6ab794fe
commit d261973cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ public static class IncomingPackets
0xD9 => true, // Hardware Info
0xDD => true, // Gumps (Packed)
0xE1 => true, // Client Type
0xF1 => true, // Freeshard Protocol
0xF4 => true, // CrashReport
_ => false
};