File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 6565</screenshots >
6666
6767<releases >
68+ <release version =" 938" date =" 2024-12-13" >
69+ <description >
70+ <p >Fix:</p >
71+ <ul >
72+ <li >Fixed an issue where TTS errors would crash the entire TTS system</li >
73+ </ul >
74+ </description >
75+ </release >
6876 <release version =" 937" date =" 2024-12-13" >
6977 <description >
7078 <p >Fix:</p >
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ public static class AppInfo
44{
55 // Whenever you change the currentBuild here, please also update the one in
66 // UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml
7- public const int CurrentBuild = 937 ;
7+ public const int CurrentBuild = 938 ;
88}
Original file line number Diff line number Diff line change @@ -298,8 +298,6 @@ public void StartTTS()
298298 ArgumentList = { arguments } ,
299299 UseShellExecute = false , // Don't use the shell
300300 CreateNoWindow = true , // Run without creating a window
301- RedirectStandardOutput = true , // Optional: Redirect output for logging
302- RedirectStandardError = true , // Optional: Redirect error output
303301 } ;
304302
305303 if ( startInfo == null )
You can’t perform that action at this time.
0 commit comments