diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-01 23:31:03 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-01 23:31:03 -0400 |
| commit | 52376ce623346e257c2b7845d0d2414e7653a6dd (patch) | |
| tree | bace831eeea5bc4933398fddf45016ee3f6ba4ad /Project Ports/MainMenu.cs | |
| parent | 71fc0fa9c881d85eb8bb4037c6415cf893914e6f (diff) | |
| download | Project-Silicon-52376ce623346e257c2b7845d0d2414e7653a6dd.tar.gz Project-Silicon-52376ce623346e257c2b7845d0d2414e7653a6dd.tar.bz2 Project-Silicon-52376ce623346e257c2b7845d0d2414e7653a6dd.zip | |
File manager rewrite (not done)
Diffstat (limited to 'Project Ports/MainMenu.cs')
| -rw-r--r-- | Project Ports/MainMenu.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs index 2162526..180b95b 100644 --- a/Project Ports/MainMenu.cs +++ b/Project Ports/MainMenu.cs @@ -75,8 +75,8 @@ namespace Project_Ports MessageBox.Show("You have set the build to \"Debug\". There are some features that is disabled in debug builds."); #endif portsVersion.Text = Properties.Settings.Default.version; - FileSystem.CreateGameFolder(); + } } |
