Skip to content

Commit

Permalink
chore: Redirect the console output to the server (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 authored Nov 7, 2024
1 parent b407c05 commit db82539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Host/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ static void Main(string[] args)
new GameModeBuilder()
.UseEcs<Startup>()
.UseEncoding(path)
.RedirectConsoleOutput()
.Run();
}
}

0 comments on commit db82539

Please sign in to comment.