Network: Log received packets at log level net=3

This commit is contained in:
Jonathan G Rennison
2021-05-14 19:34:15 +01:00
parent 66cac92028
commit e04218b528
6 changed files with 21 additions and 1 deletions

View File

@@ -581,6 +581,8 @@ public:
const char *ReceiveCommand(Packet *p, CommandPacket *cp);
void SendCommand(Packet *p, const CommandPacket *cp);
virtual std::string GetDebugInfo() const;
};
#endif /* NETWORK_CORE_TCP_GAME_H */