mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
Update meta.ts
This commit is contained in:
parent
fdc5252775
commit
4edb03d265
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user