aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Program.cs
diff options
context:
space:
mode:
authorcarverh <[email protected]>2016-07-21 16:00:53 -0700
committercarverh <[email protected]>2016-07-21 16:00:53 -0700
commit3730f2829e697312b0c912601e5d428829df7645 (patch)
tree8ad8b6cf56cbea6623f7a2a69f16ff43e71fc7bf /source/WindowsFormsApplication1/Program.cs
parent05373252f6d97753593dbaa5a274e438e9fac1f5 (diff)
downloadshiftos-c-_theultimatehacker-3730f2829e697312b0c912601e5d428829df7645.tar.gz
shiftos-c-_theultimatehacker-3730f2829e697312b0c912601e5d428829df7645.tar.bz2
shiftos-c-_theultimatehacker-3730f2829e697312b0c912601e5d428829df7645.zip
Fixed Up and Added Features
Diffstat (limited to 'source/WindowsFormsApplication1/Program.cs')
-rw-r--r--source/WindowsFormsApplication1/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Program.cs b/source/WindowsFormsApplication1/Program.cs
index 0cb9096..6d8e675 100644
--- a/source/WindowsFormsApplication1/Program.cs
+++ b/source/WindowsFormsApplication1/Program.cs
@@ -181,7 +181,6 @@ namespace ShiftOS
MessageBox.Show("Sorry to break the immersion, but we're currently downloading ShiftOS dependencies that'll make the game run MUCH better, such as the Lua engine and Gecko web renderer. Give us a moment. ShiftOS will continue to run while this happens but some things won't work right until we're finished.");
wc.DownloadFileAsync(new Uri("http://playshiftos.ml/shiftos/dependencies/ShiftOS_Dependencies.zip"), zippath);
}
-
}
}
}