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)
|
wc.DownloadFile(master & remote_path & filename, filename)
|
||||||
End Using
|
End Using
|
||||||
Console.WriteLine("Starting " & game)
|
Console.WriteLine("Starting " & game)
|
||||||
Process.Start(filename)
|
Dim p As Process = Process.Start(filename)
|
||||||
|
p.WaitForExit()
|
||||||
End
|
End
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user