refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg

This commit is contained in:
Sebastian Falbesoner
2020-05-10 19:48:11 +02:00
parent 88d8b4e182
commit 51e9393c1f
4 changed files with 10 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ struct CSerializedNetMsg
CSerializedNetMsg& operator=(const CSerializedNetMsg&) = delete;
std::vector<unsigned char> data;
std::string command;
std::string m_type;
};