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))
|
||||
{
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user