mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Fix chain ents order
This commit is contained in:
parent
b67e36f3fa
commit
5e26ab1745
@ -620,7 +620,7 @@ namespace Configs {
|
|||||||
ctx->error = "Ent is nullptr after cast to chain, data is corrupted";
|
ctx->error = "Ent is nullptr after cast to chain, data is corrupted";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
entIDs << chain->list;
|
for (int idx = chain->list.size()-1; idx >=0; idx--) entIDs.append(chain->list[idx]);
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
entIDs.append(ctx->ent->id);
|
entIDs.append(ctx->ent->id);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user