Fix for deleting all items in a levelled list

celladd
scrawl 10 years ago
parent 8b417c06db
commit 96a295c44f

@ -21,6 +21,7 @@ namespace ESM
else
{
// Original engine ignores rest of the record, even if there are items following
mList.clear();
esm.skipRecord();
return;
}

Loading…
Cancel
Save