Skip to content

Commit 2df3c19

Browse files
committed
Update the protocol since the networking layer has changed significantly.
When I put up a public server, this will prevent older clients from connecting.
1 parent f32dabd commit 2df3c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim-eth-basic/src/main/java/example/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public class GameConstants {
5353

5454
public static final String GAME_NAME = "SimEtheral Example";
55-
public static final int PROTOCOL_VERSION = 42;
55+
public static final int PROTOCOL_VERSION = 43;
5656
public static final int DEFAULT_PORT = 4269;
5757

5858
/**

0 commit comments

Comments
 (0)