CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
223 stars 86 forks source link

Don't start the process twice #457

Closed SadPencil closed 1 year ago

SadPencil commented 1 year ago
var gameProcess = Process.Start(new ProcessStartInfo(gameFileInfo.FullName, arguments));
...
try
{
    gameProcess.Start();

Start() is executed twice here.

github-actions[bot] commented 1 year ago

Nightly build for this pull request:

SadPencil commented 1 year ago

Probably related to #454