diff --git a/VPet-Simulator.Windows/Function/CoreMOD.cs b/VPet-Simulator.Windows/Function/CoreMOD.cs index 2627b60..500dac6 100644 --- a/VPet-Simulator.Windows/Function/CoreMOD.cs +++ b/VPet-Simulator.Windows/Function/CoreMOD.cs @@ -101,6 +101,8 @@ namespace VPet_Simulator.Windows if (!IsOnMOD(mw)) { Tag.Add("该模组已停用"); + foreach (DirectoryInfo di in Path.EnumerateDirectories()) + Tag.Add(di.Name.ToLower()); return; } @@ -242,7 +244,7 @@ namespace VPet_Simulator.Windows } catch { - SuccessLoad = false; + SuccessLoad = false; } } if (authtype != "FAIL")