:>1.0.1 Fix EaglerXBukkitAPI on newer server versions

This commit is contained in:
lax1dude
2024-09-24 20:29:36 -07:00
parent ec1ab8ece3
commit 12b8177f5e
9 changed files with 112 additions and 22 deletions

View File

@ -63,6 +63,9 @@ public enum EaglerBackendRPCProtocol {
public static final String CHANNEL_NAME = "EAG|1.8-RPC";
public static final String CHANNEL_NAME_READY = "EAG|1.8-Ready";
public static final String CHANNEL_NAME_MODERN = "eagler:1-8-rpc";
public static final String CHANNEL_NAME_READY_MODERN = "eagler:1-8-ready";
public static final int CLIENT_TO_SERVER = 0;
public static final int SERVER_TO_CLIENT = 1;