Skip to content

Commit 9e9b39a

Browse files
authored
Fix PacketContainer serialization (#2479)
Fixes #2478
1 parent e219103 commit 9e9b39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/comphenix/protocol/PacketType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ public String getMojangName() {
731731
private boolean forceAsync;
732732

733733
private boolean dynamic;
734-
private int hashCode;
734+
private transient int hashCode;
735735

736736
/**
737737
* Retrieve the current packet/legacy lookup.

0 commit comments

Comments
 (0)