diff options
| author | boris <wzn@moneybot.cc> | 2019-01-01 20:53:10 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2019-01-01 20:53:10 +1300 |
| commit | 00b271f265450850336c8bcfdacc8671dbc8406a (patch) | |
| tree | 975b2257495295c077320955c33fd2744c0e00ca /csgo-loader/csgo-client/Networking/TCPClient.cpp | |
| parent | 7a3b48831bfc9c4aa8c39c1e42d5bf5dd73e43c5 (diff) | |
yah
Diffstat (limited to 'csgo-loader/csgo-client/Networking/TCPClient.cpp')
| -rw-r--r-- | csgo-loader/csgo-client/Networking/TCPClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/Networking/TCPClient.cpp b/csgo-loader/csgo-client/Networking/TCPClient.cpp index 9ac3c3e..0611d89 100644 --- a/csgo-loader/csgo-client/Networking/TCPClient.cpp +++ b/csgo-loader/csgo-client/Networking/TCPClient.cpp @@ -12,7 +12,7 @@ namespace Networking int32_t Result = send(m_Socket, (char *)Bytes.data(), (int)Bytes.size(), 0);
if(Result == -1)
- INFO_ASSERT("[000F:00002B00] Server closed the connection unexpectedly.");
+ INFO_ASSERT(STR("[000F:00002B00] Server closed the connection unexpectedly."));
}
ByteArray TCPClient::ReceiveRawBytes()
|
