--- a/sources/network/rconsession.h Sat Jul 23 12:23:07 2016 +0300 +++ b/sources/network/rconsession.h Sat Jul 23 12:32:23 2016 +0300 @@ -103,7 +103,7 @@ const String& getLevel() const; UDPSocket* getSocket(); RCONSessionState getState() const; - void handlePacket(Datagram& datagram); + void handlePacket(ByteArray& message); bool isActive() const; void processServerUpdates(Bytestream& packet); void requestTabCompletion(const String& part);