--- a/sources/network/rconsession.h Wed Jan 27 19:28:18 2021 +0200 +++ b/sources/network/rconsession.h Wed Jan 27 19:32:55 2021 +0200 @@ -103,11 +103,11 @@ const std::string& getLevel() const; net::UDPSocket* getSocket(); RCONSessionState getState() const; - void handlePacket(ByteArray& message); + void handlePacket(std::vector<unsigned char>& message); bool isActive() const; void processServerUpdates(Bytestream& packet); void requestTabCompletion(const std::string& part); - bool send(const ByteArray& packet); + bool send(const std::vector<unsigned char>& packet); bool sendCommand(const std::string& commandString); void sendHello(); void sendPassword();