We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd9222 commit 3d1588dCopy full SHA for 3d1588d
RLBotCS/Main.cs
@@ -8,7 +8,7 @@
8
9
if (args.Length > 0 && args[0] == "--version")
10
{
11
- Console.WriteLine("RLBotServer v5.beta.6.7");
+ Console.WriteLine("RLBotServer v5.beta.6.8");
12
Environment.Exit(0);
13
}
14
RLBotCS/ManagerTools/LaunchManager.cs
@@ -138,7 +138,7 @@ private static void LaunchGameViaLegendary()
138
private static void LaunchGameViaHeroic()
139
140
Process heroic;
141
-
+
142
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
143
144
heroic = RunCommandInShell(
0 commit comments