mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
m
This commit is contained in:
parent
a86038020d
commit
6109952d98
@ -2,6 +2,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Threading;
|
||||
|
||||
namespace SteamRerouter.ExeSide;
|
||||
|
||||
@ -24,7 +25,14 @@ public static class Program
|
||||
return File.Exists(path) ? Assembly.LoadFile(path) : null;
|
||||
};
|
||||
|
||||
Go(port);
|
||||
try
|
||||
{
|
||||
Go(port);
|
||||
}
|
||||
finally
|
||||
{
|
||||
Thread.Sleep(3000);
|
||||
}
|
||||
}
|
||||
|
||||
private static void Go(int port)
|
||||
|
Loading…
Reference in New Issue
Block a user