forked from mirror/openmw-tes3mp
esmtool fix
This commit is contained in:
parent
fc8e40889d
commit
9116c701d5
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ void Record<ESM::Land>::print()
|
|||
std::cout << " Unknown1: " << data->mUnk1 << std::endl;
|
||||
std::cout << " Unknown2: " << data->mUnk2 << std::endl;
|
||||
}
|
||||
if (!wasLoaded) mData.unloadData();
|
||||
mData.unloadData();
|
||||
std::cout << " Deleted: " << mIsDeleted << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue