Up protocol version

This commit is contained in:
s809
2024-07-16 23:51:30 +05:00
parent b4cf962a85
commit 71e54cc9ab
@@ -32,7 +32,7 @@ public final class ModInfo
// region Protocol versions
// Incremented every time any packets are added, changed or removed, with a few exceptions.
public static final int PROTOCOL_VERSION = 2;
public static final int PROTOCOL_VERSION = 3;
public static final String PLUGIN_CHANNEL_PATH = "main";
public static final String WRAPPER_PACKET_PATH = "message";
// endregion