X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fshared%2Fnet.cpp;h=e0b7fc7816823dfb33a7ee61882a5541450bceb0;hb=fd86376a8e7d3f1b09be3d018f772ef884937238;hp=17b2e8d1ea2066b27f27870254b33e201d26bb6d;hpb=ca74cd8cdaf25b5ae778bef1dbabad21cea13b2d;p=blank.git diff --git a/src/shared/net.cpp b/src/shared/net.cpp index 17b2e8d..e0b7fc7 100644 --- a/src/shared/net.cpp +++ b/src/shared/net.cpp @@ -60,6 +60,7 @@ CommandBuffer::~CommandBuffer() { void CommandBuffer::Error(const string &msg) { + // TODO: prefix each line in message/error/broadcast write_buffer += " ! "; write_buffer += msg; write_buffer += '\n';