Compare commits
5 commits
4c460890a4
...
2493cb5988
Author | SHA1 | Date | |
---|---|---|---|
2493cb5988 | |||
c018bfc7f8 | |||
269bdebca7 | |||
b6398f3373 | |||
b598476809 |
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ auto UESaveFile::saveToFile() -> bool {
|
|||
|
||||
writer.closeFile();
|
||||
|
||||
if(!temp_file && !Utility::Path::copy(_filepath + ".tmp"_s, _filepath)) {
|
||||
if(!Utility::Path::copy(_filepath + ".tmp"_s, _filepath)) {
|
||||
_lastError = "Couldn't save the file properly.";
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue