We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32dabd commit 2df3c19Copy full SHA for 2df3c19
sim-eth-basic/src/main/java/example/GameConstants.java
@@ -52,7 +52,7 @@
52
public class GameConstants {
53
54
public static final String GAME_NAME = "SimEtheral Example";
55
- public static final int PROTOCOL_VERSION = 42;
+ public static final int PROTOCOL_VERSION = 43;
56
public static final int DEFAULT_PORT = 4269;
57
58
/**
0 commit comments