diff options
Diffstat (limited to 'src/net/connectionhandler.cpp')
-rw-r--r-- | src/net/connectionhandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/connectionhandler.cpp b/src/net/connectionhandler.cpp index 88e6f636..dd1828ac 100644 --- a/src/net/connectionhandler.cpp +++ b/src/net/connectionhandler.cpp @@ -104,6 +104,8 @@ void ConnectionHandler::process(enet_uint32 timeout) LOG_DEBUG("Received message " << msg << " from " << *comp); + comp->increaseIn(event.packet->dataLength); + processMessage(comp, msg); } else { LOG_ERROR("Message too short from " << *comp); |