mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 16:02:19 +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
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public enum AllPackets {
|
||||||
;
|
;
|
||||||
|
|
||||||
public static final ResourceLocation CHANNEL_NAME = Create.asResource("main");
|
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 final String NETWORK_VERSION_STR = String.valueOf(NETWORK_VERSION);
|
||||||
public static SimpleChannel channel;
|
public static SimpleChannel channel;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue