Fix PacketContainer serialization (#2479)

Fixes #2478
This commit is contained in:
Manuel P 2023-08-05 21:06:09 +02:00 committed by GitHub
parent e219103a25
commit 9e9b39a37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ public class PacketType implements Serializable, Cloneable, Comparable<PacketTyp
private boolean forceAsync; private boolean forceAsync;
private boolean dynamic; private boolean dynamic;
private int hashCode; private transient int hashCode;
/** /**
* Retrieve the current packet/legacy lookup. * Retrieve the current packet/legacy lookup.