Update GUILogger.cs

This commit is contained in:
Razmoth
2023-09-22 21:07:09 +04:00
committed by GitHub
parent e9a9571423
commit b4b0c6f446

View File

@@ -31,7 +31,6 @@ namespace AssetStudioGUI
action(message); action(message);
break; break;
} }
return message;
} }
} }
} }