Release 1.10.5.0 - Autumn Update 2025

This commit is contained in:
Regalis11
2025-09-17 13:44:21 +03:00
parent d13836ce87
commit caa0326cf8
120 changed files with 2584 additions and 635 deletions

View File

@@ -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();