diff --git a/src/meta.ts b/src/meta.ts index fc63491..e2b5f81 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -4,8 +4,8 @@ const f = Object.freeze export const BRIDGE_VERSION: Readonly = f(1) // adapter meta -export const PROXY_BRANDING: Readonly = f("EaglercraftXBungee") +export const PROXY_BRANDING: Readonly = f("EaglerProxy") export const PROXY_VERSION: Readonly = f("1.0.6") export const NETWORK_VERSION: Readonly = f(0x03) -export const VANILLA_PROTOCOL_VERSION: Readonly = f(47) \ No newline at end of file +export const VANILLA_PROTOCOL_VERSION: Readonly = f(47)