mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
Don't error for empty save slots
This commit is contained in:
parent
bd0e16774f
commit
02db145a01
1 changed files with 2 additions and 0 deletions
|
@ -2664,6 +2664,8 @@ bool Continuity::loadFileData(int slot, XMLDocument &doc)
|
|||
return true;
|
||||
err = doc.GetErrorStr1();
|
||||
}
|
||||
else // No save for this slot - no error
|
||||
return false;
|
||||
}
|
||||
|
||||
errorLog("Failed to load save data: " + teh_file + " -- Error: " + err);
|
||||
|
|
Loading…
Reference in a new issue