diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-22 08:00:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-22 08:00:32 -0700 |
| commit | e4951c025d842484ade89b86f66d4140ff240d03 (patch) | |
| tree | 9839226f202f7da734aa549fd18427747548731e /source/WindowsFormsApplication1/Program.cs | |
| parent | b9911efba3bc070c4a4995a8cf89163ef1685af6 (diff) | |
| parent | a1f8770e879259b4b71589c842e5eeb26a59f2fb (diff) | |
| download | shiftos-c-_theultimatehacker-e4951c025d842484ade89b86f66d4140ff240d03.tar.gz shiftos-c-_theultimatehacker-e4951c025d842484ade89b86f66d4140ff240d03.tar.bz2 shiftos-c-_theultimatehacker-e4951c025d842484ade89b86f66d4140ff240d03.zip | |
Merge pull request #9 from carverh/master
Added A LOT
Diffstat (limited to 'source/WindowsFormsApplication1/Program.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Program.cs | 1 |
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); } - } } } |
