diff options
| author | boris <wzn@moneybot.cc> | 2019-01-02 17:46:05 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2019-01-02 17:46:05 +1300 |
| commit | d1ec3d3bb3a87a08e1c9348ca6e482549ebde664 (patch) | |
| tree | b1b4d86bdc9e9c83a02e2ad3258a61674421eb07 /csgo-loader/csgo-server/Server.cpp | |
| parent | 16b4fd429ecaf259c4e2bd7307431f3c855812e8 (diff) | |
fixed bug and idk
i really dont wanna work on this anymore holy fuck
Diffstat (limited to 'csgo-loader/csgo-server/Server.cpp')
| -rw-r--r-- | csgo-loader/csgo-server/Server.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/csgo-loader/csgo-server/Server.cpp b/csgo-loader/csgo-server/Server.cpp index eeeb2b3..580c17a 100644 --- a/csgo-loader/csgo-server/Server.cpp +++ b/csgo-loader/csgo-server/Server.cpp @@ -1,9 +1,6 @@ #include <Server.hpp>
-void ConnectionHandler(Networking::TCPConnection &Connection)
-{
-
-}
+void ConnectionHandler(Networking::TCPConnection &Connection) { }
int __stdcall WinMain(HINSTANCE, HINSTANCE, char*, int)
{
@@ -26,7 +23,7 @@ int __stdcall WinMain(HINSTANCE, HINSTANCE, char*, int) }
if(!Result)
- printf("[ !! ] Failed to initialise server. (%08lx)\n", WSAGetLastError());
+ printf("[ E! ] Failed to initialise server. (%08lx)\n", WSAGetLastError());
system("pause");
}
\ No newline at end of file |
