diff options
| author | boris <wzn@moneybot.cc> | 2018-12-29 22:15:34 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-29 22:15:34 +1300 |
| commit | 0340821cc614fda2a94a96c255d16105dd2f6f9a (patch) | |
| tree | 77338a110f4c784c2a6c20fd25abfc49666cacca /csgo-loader/csgo-server/Networking/TCPServer.hpp | |
| parent | bdb6ac5f940008bcd836e3c5f0a708f4b8f04865 (diff) | |
tcp is being autistic -_-
Diffstat (limited to 'csgo-loader/csgo-server/Networking/TCPServer.hpp')
| -rw-r--r-- | csgo-loader/csgo-server/Networking/TCPServer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-server/Networking/TCPServer.hpp b/csgo-loader/csgo-server/Networking/TCPServer.hpp index 092254d..31beec8 100644 --- a/csgo-loader/csgo-server/Networking/TCPServer.hpp +++ b/csgo-loader/csgo-server/Networking/TCPServer.hpp @@ -29,7 +29,7 @@ namespace Networking TCPConnection(SOCKET Connection, const char *IpAddress, Wrapper::Encryption &RSA) :
m_Encryption(RSA), m_Socket(Connection), m_IpAddress(IpAddress)
{
- printf("[ => ] %s connected!\n", IpAddress);
+ printf("[ => ] connected\n");
}
// Release the connection once it goes out of scope.
|
