From 4edb03d26561c63c34dc3b8e15e0091b8e60b6d1 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:49:17 -0800 Subject: [PATCH] Update meta.ts --- src/meta.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)