new id names
This commit is contained in:
parent
73df3e0528
commit
96a10549d7
4 changed files with 53 additions and 35 deletions
|
|
@ -143,12 +143,10 @@ std::string Packet::opCodeToString() {
|
|||
return "GET";
|
||||
case SET:
|
||||
return "SET";
|
||||
case LOGIN:
|
||||
return "LOGIN";
|
||||
case CONFIRM:
|
||||
return "CONFIRM";
|
||||
case RETURN:
|
||||
return "RETURN";
|
||||
case READ5:
|
||||
return "READ5";
|
||||
default:
|
||||
return "NONE";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue