Update proto
This commit is contained in:
@ -71,7 +71,9 @@ const TcpCommand = {
|
||||
NotHandled: 0xF1,
|
||||
Authenticate: 0xF2,
|
||||
Authenticated: 0xF3,
|
||||
NotAuthenticated: 0xF4
|
||||
NotAuthenticated: 0xF4,
|
||||
IdentifyClient: 0xF5,
|
||||
ClientIdentified: 0xF6
|
||||
};
|
||||
|
||||
var _reverseLookup = {};
|
||||
|
Reference in New Issue
Block a user