修改main
This commit is contained in:
@@ -108,7 +108,7 @@ namespace Main
|
||||
int index = -1;
|
||||
for (int i = 0; i < points.Count; i++)
|
||||
{
|
||||
if (AppConfig.ASSETPACKGENAME == points[i].Name)
|
||||
if (AppConfig.PackageDomainName == points[i].Name)
|
||||
{
|
||||
index = i;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user