mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Bump network version
- This prevents a client from joining a server if they have different network versions.
This commit is contained in:
parent
83a3de8930
commit
e74bdaa262
@ -188,7 +188,7 @@ public enum AllPackets {
|
||||
;
|
||||
|
||||
public static final ResourceLocation CHANNEL_NAME = Create.asResource("main");
|
||||
public static final int NETWORK_VERSION = 1;
|
||||
public static final int NETWORK_VERSION = 2;
|
||||
public static final String NETWORK_VERSION_STR = String.valueOf(NETWORK_VERSION);
|
||||
public static SimpleChannel channel;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user