diff --git a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs index 6fb7e8e..51c96a8 100644 --- a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs +++ b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs @@ -1144,7 +1144,7 @@ namespace AM2RLauncher // clean up Directory.Delete(tmpPath, true); - // if we didn't exist before, everything is fine + // if we didn't exit before, everything is fine return IsZipAM2R11ReturnCodes.Successful; }