mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add failed backup as corrupted during creation
This commit is contained in:
parent
dadd49f535
commit
95714b7eb3
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ void AssetsBackupHandler::createBackup(const QString& backupName, QuaZip& zip) {
|
||||||
|
|
||||||
if (_assetServerEnabled && _lastMappingsRefresh.time_since_epoch().count() == 0) {
|
if (_assetServerEnabled && _lastMappingsRefresh.time_since_epoch().count() == 0) {
|
||||||
qCWarning(asset_backup) << "Current mappings not yet loaded.";
|
qCWarning(asset_backup) << "Current mappings not yet loaded.";
|
||||||
|
_backups.emplace_back(backupName, AssetUtils::Mappings(), true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue