Release 1.10.5.0 - Autumn Update 2025
This commit is contained in:
@@ -270,6 +270,13 @@ namespace Barotrauma
|
||||
ConnectCommand = Option<ConnectCommand>.None();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
if (ConsoleArguments.Contains("-multiclienttestmode"))
|
||||
{
|
||||
DebugConsole.NewMessage("Enabled MultiClientTestMode on the client");
|
||||
GameClient.MultiClientTestMode = true;
|
||||
}
|
||||
#endif
|
||||
GUI.KeyboardDispatcher = new EventInput.KeyboardDispatcher(Window);
|
||||
|
||||
PerformanceCounter = new PerformanceCounter();
|
||||
|
||||
Reference in New Issue
Block a user