From b4b0c6f446a9f669b6a00e5812411b94f5090ea0 Mon Sep 17 00:00:00 2001 From: Razmoth <32140579+Razmoth@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:07:09 +0400 Subject: [PATCH] Update GUILogger.cs --- AssetStudioGUI/GUILogger.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AssetStudioGUI/GUILogger.cs b/AssetStudioGUI/GUILogger.cs index 1cd6f05..a6502ae 100644 --- a/AssetStudioGUI/GUILogger.cs +++ b/AssetStudioGUI/GUILogger.cs @@ -31,7 +31,6 @@ public void Log(LoggerEvent loggerEvent, string message, bool silent = false) action(message); break; } - return message; } } }