Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bbepis committed Oct 18, 2015
1 parent dcc35f2 commit 08acacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 1 addition & 5 deletions formMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 08acacb

Please sign in to comment.