UESaveFile: fix a bug that shouldn't have been there in the first place.

This commit is contained in:
Guillaume Jacquemin 2022-05-03 20:25:32 +02:00
parent b6398f3373
commit 55eb367eb2
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ void UESaveFile::loadData() {
return; return;
} }
arrayAppend(_customFormatData, entry); _customFormatData[i] = std::move(entry);
} }
if(!reader.readUEString(_saveType)) { if(!reader.readUEString(_saveType)) {