diff --git a/Torch/TorchBase.cs b/Torch/TorchBase.cs index 8128711..b8d0c30 100644 --- a/Torch/TorchBase.cs +++ b/Torch/TorchBase.cs @@ -414,6 +414,7 @@ namespace Torch Game.SignalStart(); if (!Game.WaitFor(VRageGame.GameState.Running)) Log.Warn("Failed to wait for the game to be started"); + Invoke(() => Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US")); } ///