mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +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";
|
||||
return;
|
||||
}
|
||||
entIDs << chain->list;
|
||||
for (int idx = chain->list.size()-1; idx >=0; idx--) entIDs.append(chain->list[idx]);
|
||||
} else
|
||||
{
|
||||
entIDs.append(ctx->ent->id);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user