(face37755) Fixed clients timing out when trying to connect to a server that has banned someone. Closes #1568
This commit is contained in:
@@ -167,8 +167,7 @@ namespace Barotrauma
|
||||
RewriteInputToCommandLine(input);
|
||||
}
|
||||
|
||||
//TODO: be more clever about it
|
||||
Thread.Sleep(10); //sleep for 10ms to not pin the CPU super hard
|
||||
Thread.Yield();
|
||||
}
|
||||
}
|
||||
catch (ThreadAbortException)
|
||||
|
||||
Reference in New Issue
Block a user