From dfe9b04a2f67f973d8e768350fd5c3cb5aab9c0a Mon Sep 17 00:00:00 2001 From: Miepee Date: Sun, 2 Jun 2024 13:29:25 +0200 Subject: [PATCH] Don't show messagebox when profile gets saved --- UndertaleModTool/ProfileSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/UndertaleModTool/ProfileSystem.cs b/UndertaleModTool/ProfileSystem.cs index 7d3e5c038..ea702a0b3 100644 --- a/UndertaleModTool/ProfileSystem.cs +++ b/UndertaleModTool/ProfileSystem.cs @@ -383,7 +383,6 @@ await Task.Run(() => Directory.CreateDirectory(profDir); Directory.CreateDirectory(Path.Combine(profDir, "Main")); Directory.CreateDirectory(Path.Combine(profDir, "Temp")); - this.ShowMessage("Profile saved successfully to " + ProfileHash); } if (SettingsWindow.DeleteOldProfileOnSave && copyProfile) {