Sat, 23 Jul 2016 12:28:07 +0300
Fixed compilation problem
sources/network/rconsession.cpp | file | annotate | diff | comparison | revisions |
--- a/sources/network/rconsession.cpp Sat Jul 23 12:27:03 2016 +0300 +++ b/sources/network/rconsession.cpp Sat Jul 23 12:28:07 2016 +0300 @@ -443,7 +443,7 @@ // void RCONSession::requestWatch(const StringList& cvars) { - Vector<unsigned char> message; + ByteArray message; Bytestream stream(message); stream.writeByte(CLRC_WATCHCVAR);