diff --git a/OpenRA.Mods.Cnc/CncLoadScreen.cs b/OpenRA.Mods.Cnc/CncLoadScreen.cs index ddd69eda5b..a9743c3e8e 100644 --- a/OpenRA.Mods.Cnc/CncLoadScreen.cs +++ b/OpenRA.Mods.Cnc/CncLoadScreen.cs @@ -116,10 +116,7 @@ namespace OpenRA.Mods.Cnc r.EndFrame(nih); } - public void StartGame() - { - TestAndContinue(); - } + public void StartGame() { TestAndContinue(); } void TestAndContinue() {