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";