diff --git a/SimpleSort/SimpleSort.cs b/SimpleSort/SimpleSort.cs index 44ed3c0a..8a5d73ae 100644 --- a/SimpleSort/SimpleSort.cs +++ b/SimpleSort/SimpleSort.cs @@ -511,6 +511,7 @@ namespace SabreTools /// Clean an individual folder based on the DAT /// /// True if the cleaning succeeded, false otherwise + /// This method is incomplete, it need to be finished before it can be used public bool InplaceRebuild() { bool success = true;