From 84b7d663bcc5857cd28447b19fda186d5b32f5d9 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 7 Apr 2023 09:59:41 +0300 Subject: [PATCH] fixed README --- PluginManager/Others/ArchiveManager.cs | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PluginManager/Others/ArchiveManager.cs b/PluginManager/Others/ArchiveManager.cs index 6b443e1..b609ee6 100644 --- a/PluginManager/Others/ArchiveManager.cs +++ b/PluginManager/Others/ArchiveManager.cs @@ -56,8 +56,9 @@ namespace PluginManager.Others return textValue; } - catch + catch (Exception ex) { + ex.WriteErrFile(); // Write the error to a file await Task.Delay(100); return await ReadFromPakAsync(FileName, archFile); } diff --git a/README.md b/README.md index 961919f..a5bdd06 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ internal class LevelCommand : DBCommand public List Aliases => new() { "lvl" }; - public string Description => "Display tour current level"; + public string Description => "Display your current level"; public string Usage => "level";