mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
停用时tag识别
This commit is contained in:
parent
4fcf4fd466
commit
c09b49be54
@ -101,6 +101,8 @@ namespace VPet_Simulator.Windows
|
|||||||
if (!IsOnMOD(mw))
|
if (!IsOnMOD(mw))
|
||||||
{
|
{
|
||||||
Tag.Add("该模组已停用");
|
Tag.Add("该模组已停用");
|
||||||
|
foreach (DirectoryInfo di in Path.EnumerateDirectories())
|
||||||
|
Tag.Add(di.Name.ToLower());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user