Skip to content

Commit

Permalink
qq
Browse files Browse the repository at this point in the history
  • Loading branch information
teinarss committed Nov 30, 2023
1 parent 6063347 commit cded192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Game/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ internal static void StartGame(string mapUID, WorldType type)
Cursor.SetCursor(null);
BeforeGameStart();

Console.WriteLine(GeneratedCode.GeneratedMessage);
Console.WriteLine(GeneratedCode.GeneratedMessage);

using (new PerfTimer("NewWorld"))
OrderManager.World = new World(mapUID, ModData, OrderManager, type);
Expand Down

0 comments on commit cded192

Please sign in to comment.