Refactor session config

This commit is contained in:
s809
2024-09-08 19:05:42 +05:00
parent 576d0f5666
commit 8ca2052748
14 changed files with 199 additions and 225 deletions
@@ -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 = 3;
public static final int PROTOCOL_VERSION = 4;
public static final String WRAPPER_PACKET_PATH = "message";
// endregion