fix iw5-mod not launching without admin
This commit is contained in:
parent
6bc598cb2d
commit
9986ce1172
@ -14,7 +14,8 @@ Module Program
|
||||
wc.DownloadFile(master & remote_path & filename, filename)
|
||||
End Using
|
||||
Console.WriteLine("Starting " & game)
|
||||
Process.Start(filename)
|
||||
Dim p As Process = Process.Start(filename)
|
||||
p.WaitForExit()
|
||||
End
|
||||
End Sub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user