Update meta.ts

This commit is contained in:
q13x 2023-06-06 22:49:17 -08:00 committed by GitHub
parent fdc5252775
commit 4edb03d265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ const f = Object.freeze
export const BRIDGE_VERSION: Readonly<number> = f(1)
// adapter meta
export const PROXY_BRANDING: Readonly<string> = f("EaglercraftXBungee")
export const PROXY_BRANDING: Readonly<string> = f("EaglerProxy")
export const PROXY_VERSION: Readonly<string> = f("1.0.6")
export const NETWORK_VERSION: Readonly<number> = f(0x03)
export const VANILLA_PROTOCOL_VERSION: Readonly<number> = f(47)
export const VANILLA_PROTOCOL_VERSION: Readonly<number> = f(47)