Skip to content

Commit

Permalink
Revert "Set NETWORK_FORMAT_VERSION to prev commit hash"
Browse files Browse the repository at this point in the history
This reverts commit d6bfa16.
  • Loading branch information
ansoncfit committed Oct 2, 2024
1 parent bc5dfea commit 1710107
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 = "1fe1c83e";
public static final String NETWORK_FORMAT_VERSION = "nv3";

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

Expand Down

0 comments on commit 1710107

Please sign in to comment.