mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
Made the server make sure there is only 1 connection
This commit is contained in:
@@ -100,7 +100,7 @@ char _getch(void) {
|
||||
|
||||
void SetupConsole() {
|
||||
error(__func__);
|
||||
#if defined(WIN32) && !defined(DEBUG)
|
||||
#if defined(WIN32) //&& !defined(DEBUG)
|
||||
DWORD outMode = 0;
|
||||
HANDLE stdoutHandle = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
if (stdoutHandle == INVALID_HANDLE_VALUE) {
|
||||
|
||||
Reference in New Issue
Block a user