Skip to content

Commit

Permalink
set kryo NETWORK_FORMAT_VERSION to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncfit committed Feb 28, 2024
1 parent b9dab23 commit c71eb5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public abstract class KryoNetworkSerializer {
* When prototyping new features, use a unique identifier such as the branch or a commit ID, not sequential nvX ones.
* This avoids conflicts when multiple changes are combined in a single production release, or some are abandoned.
*/
public static final String NETWORK_FORMAT_VERSION = "48797a5a";
public static final String NETWORK_FORMAT_VERSION = "b9dab239";

public static final byte[] HEADER = "R5NETWORK".getBytes();

Expand Down

0 comments on commit c71eb5b

Please sign in to comment.