mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 09:31:14 +00:00
one fix
This commit is contained in:
parent
75f0f91a88
commit
4e109000fa
1 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ namespace CodeImp.DoomBuilder
|
|||
MemoryStream stream = DownloadWebFile(Path.Combine(url, "Version.txt"));
|
||||
if(stream == null)
|
||||
{
|
||||
ShowResult("Update check failed: failed to retrieve remote revision info.\nCheck your Internet connection and try again.");
|
||||
e.Cancel = true;
|
||||
return;
|
||||
}
|
||||
|
@ -82,7 +81,6 @@ namespace CodeImp.DoomBuilder
|
|||
|
||||
if(!int.TryParse(s, out remoterev))
|
||||
{
|
||||
ShowResult("Update check failed: failed to retrieve remote revision number.");
|
||||
e.Cancel = true;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue