fix:修复bug(解密文件夹名字修改)
This commit is contained in:
@@ -116,7 +116,7 @@ namespace RedHotRoast {
|
||||
return ConfigLoader.Instance.GetConfig<List<T>>() ?? new List<T>();
|
||||
}
|
||||
|
||||
private static bool IsOrganic()
|
||||
public static bool IsOrganic()
|
||||
{
|
||||
bool b = false;
|
||||
|
||||
@@ -124,6 +124,8 @@ namespace RedHotRoast {
|
||||
{
|
||||
b = GetCommonConf().IsOrganic == 1;
|
||||
}
|
||||
|
||||
Debug.Log($"下载---------开关:{b}");
|
||||
return b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user