mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 15:26:04 -08:00
oops lol
This commit is contained in:
parent
e4d2d55902
commit
b9b7f6528f
|
@ -8,7 +8,8 @@ export enum EaglerPacketId {
|
||||||
SKIN = 0x07,
|
SKIN = 0x07,
|
||||||
C_READY = 0x08,
|
C_READY = 0x08,
|
||||||
COMPLETE_HANDSHAKE = 0x09,
|
COMPLETE_HANDSHAKE = 0x09,
|
||||||
DISCONNECT = 0xff
|
DISCONNECT = 0xff,
|
||||||
|
CUSTOM_PLAYER_LIST_ADD_PACKET = 0x38
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum DisconnectReason {
|
export enum DisconnectReason {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user