https://github.com/yck1509/ConfuserEx/pull/553
This commit is contained in:
Родитель
b980d0275a
Коммит
af8e852388
|
@ -36,7 +36,7 @@ namespace Confuser.Core.API {
|
||||||
public IDataStore GetStore(MethodDef method) {
|
public IDataStore GetStore(MethodDef method) {
|
||||||
for (int i = dataStores.Count - 1; i >= 0; i--) {
|
for (int i = dataStores.Count - 1; i >= 0; i--) {
|
||||||
var list = dataStores[i];
|
var list = dataStores[i];
|
||||||
for (int j = list.Count - 1; j >= 0; i--) {
|
for (int j = list.Count - 1; j >= 0; j--) {
|
||||||
if (list[j].IsUsable(method))
|
if (list[j].IsUsable(method))
|
||||||
return list[j];
|
return list[j];
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче