Skip to content

Commit

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

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

Expand Down

0 comments on commit d6bfa16

Please sign in to comment.