OBT/1.2.1(Summer update)
Sync with upstream
This commit is contained in:
@@ -278,6 +278,12 @@ namespace Barotrauma
|
||||
GameClient.MultiClientTestMode = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (ConsoleArguments.Contains("-lenienthandshake"))
|
||||
{
|
||||
NetConfig.UseLenientHandshake = true;
|
||||
}
|
||||
|
||||
GUI.KeyboardDispatcher = new EventInput.KeyboardDispatcher(Window);
|
||||
|
||||
PerformanceCounter = new PerformanceCounter();
|
||||
|
||||
Reference in New Issue
Block a user