Use level keys

This commit is contained in:
s809
2024-06-13 16:44:37 +05:00
parent bcb21be848
commit 7c705015e6
16 changed files with 72 additions and 93 deletions
@@ -33,8 +33,8 @@ 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 String PLUGIN_CHANNEL_PATH = "plugin_channel";
public static final String WRAPPER_PACKET_PATH = "wrapper";
public static final String PLUGIN_CHANNEL_PATH = "main";
public static final String WRAPPER_PACKET_PATH = "message";
// endregion