summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-server/Networking/TCPServer.cpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2019-01-02 21:11:03 +1300
committerboris <wzn@moneybot.cc>2019-01-02 21:11:03 +1300
commitc0f1354a301ce2a2fc867a89fafdde4571c07c02 (patch)
treeea628b53a41f7d532efe100b94a41e4ca0429767 /csgo-loader/csgo-server/Networking/TCPServer.cpp
parentd1ec3d3bb3a87a08e1c9348ca6e482549ebde664 (diff)
6IX9INE "Billy" (WSHH Exclusive - Official Music Video)
Diffstat (limited to 'csgo-loader/csgo-server/Networking/TCPServer.cpp')
-rw-r--r--csgo-loader/csgo-server/Networking/TCPServer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/csgo-loader/csgo-server/Networking/TCPServer.cpp b/csgo-loader/csgo-server/Networking/TCPServer.cpp
index 37a21bc..0652fe5 100644
--- a/csgo-loader/csgo-server/Networking/TCPServer.cpp
+++ b/csgo-loader/csgo-server/Networking/TCPServer.cpp
@@ -22,12 +22,6 @@ namespace Networking
if(Result == -1)
printf("[ E! ] Failed to send %zd bytes to %s. (Socket %04Ix)\n", Bytes.size(), m_IpAddress, m_Socket);
-
- // Stay in sync with client.
- ByteArray Array = ReceiveRawBytes();
-
- if(Array.empty())
- printf("[ E! ] No client reply.\n");
}
ByteArray TCPConnection::ReceiveRawBytes()