From 08acacbad6af73b0c31f22ca23abd46acc6d8eed Mon Sep 17 00:00:00 2001 From: Bepis <36346617+bbepis@users.noreply.github.com> Date: Sun, 18 Oct 2015 15:24:36 +1100 Subject: [PATCH] Small cleanup --- README.md | 2 +- formMain.cs | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be8ca1f..545fa0a 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Open source alternative to Illusion Wizzard mod installer ## Credit Uses source code from: -+ [enimaroah/SB3Utility](https://github.com/enimaroah/SB3Utility) ++ [HF-Alamar/SB3Utility](https://github.com/HF-Alamar/SB3Utility) diff --git a/formMain.cs b/formMain.cs index 7112dd1..74d9902 100644 --- a/formMain.cs +++ b/formMain.cs @@ -15,12 +15,9 @@ namespace AA2Install { - #warning Unfinished features still remain /* TODO: * - * Raw PP handling (Extract all of them and don't delete them when done with them) - * Async file copying/moving - * Console still can't scroll to bottom + * Nothing * */ @@ -466,7 +463,6 @@ public void inject(bool createBackup = true) } Directory.CreateDirectory(directory); - //File.Copy(Paths.PP + "\\" + ppDir + "\\" + rs, directory + rs); foreach (IWriteFile iw in p.Subfiles) { if (iw.Name == rs)