aboutsummaryrefslogtreecommitdiff
path: root/Project Ports
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-01 00:07:51 -0400
committerAlee14 <alee14498@gmail.com>2018-09-01 00:07:51 -0400
commite9e4ec9c4ede2ac2a2c954e0a8b8fef946322c4e (patch)
treec14204ec8ce0fb2ce636934b736b92ea4387cfcc /Project Ports
parentf65bb82c610223b3368fec9f9bbdbfb15cd82103 (diff)
downloadProject-Silicon-e9e4ec9c4ede2ac2a2c954e0a8b8fef946322c4e.tar.gz
Project-Silicon-e9e4ec9c4ede2ac2a2c954e0a8b8fef946322c4e.tar.bz2
Project-Silicon-e9e4ec9c4ede2ac2a2c954e0a8b8fef946322c4e.zip
help
Diffstat (limited to 'Project Ports')
-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 8d24049..c72bda2 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -77,7 +77,7 @@ namespace Project_Ports
portsVersion.Text = Properties.Settings.Default.version;
string appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
- string path = Path.Combine(appDataPath, @"\Roaming\UniverseDG\Project_Ports");
+ string path = Path.Combine(appDataPath, @"\UniverseDG\Project_Ports");
if (!Directory.Exists(path))
Directory.CreateDirectory(path);