httpRequest in win launcher uses utility program. Clean up usings and add missing license notices.
This commit is contained in:
committed by
Chris Forbes
parent
de5d9abec3
commit
a4493f48d5
@@ -120,7 +120,7 @@ namespace OpenRA.Launcher
|
||||
|
||||
using (var response = new StreamReader(pipe))
|
||||
{
|
||||
string s = response.ReadToEnd();
|
||||
response.ReadToEnd();
|
||||
}
|
||||
|
||||
RefreshMods();
|
||||
|
||||
Reference in New Issue
Block a user