mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:53:51 +00:00
Fix for deleting all items in a levelled list
This commit is contained in:
parent
8b417c06db
commit
96a295c44f
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ namespace ESM
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Original engine ignores rest of the record, even if there are items following
|
// Original engine ignores rest of the record, even if there are items following
|
||||||
|
mList.clear();
|
||||||
esm.skipRecord();
|
esm.skipRecord();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue