mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
don't plop up error message for non-existing save files
This commit is contained in:
parent
6704fd1ac6
commit
b8b9039693
1 changed files with 1 additions and 1 deletions
|
@ -2668,7 +2668,7 @@ bool Continuity::loadFileData(int slot, XMLDocument &doc)
|
|||
return false;
|
||||
}
|
||||
|
||||
errorLog("Failed to load save data: " + teh_file + " -- Error: " + err);
|
||||
debugLog("Failed to load save data: " + teh_file + " -- Error: " + err);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue