From bdb6ac5f940008bcd836e3c5f0a708f4b8f04865 Mon Sep 17 00:00:00 2001 From: boris Date: Sat, 29 Dec 2018 20:59:57 +1300 Subject: protection shit --- csgo-loader/csgo-server/Networking/TCPServer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csgo-loader/csgo-server/Networking/TCPServer.hpp') diff --git a/csgo-loader/csgo-server/Networking/TCPServer.hpp b/csgo-loader/csgo-server/Networking/TCPServer.hpp index 388bdc2..092254d 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("[ => ] %s connected!\n", IpAddress); } // Release the connection once it goes out of scope. -- cgit v1.2.3