aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-01 23:31:03 -0400
committerAlee14 <alee14498@gmail.com>2018-09-01 23:31:03 -0400
commit52376ce623346e257c2b7845d0d2414e7653a6dd (patch)
treebace831eeea5bc4933398fddf45016ee3f6ba4ad /Project Ports/MainMenu.cs
parent71fc0fa9c881d85eb8bb4037c6415cf893914e6f (diff)
downloadProject-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.cs2
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();
+
}
}