Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop

This commit is contained in:
Evil Factory
2025-09-17 08:30:35 -03:00
121 changed files with 2582 additions and 635 deletions
@@ -273,6 +273,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();