rm save directory mount failure fix;

This is a temporary revert to make a merge easier.
This commit is contained in:
bjorn 2020-07-29 16:25:29 -06:00
parent 99fdcc8287
commit ae2e14f98f
1 changed files with 0 additions and 1 deletions

View File

@ -333,7 +333,6 @@ bool lovrFilesystemSetIdentity(const char* identity) {
// Mount the fully resolved save path
if (!lovrFilesystemMount(state.savePath, NULL, false, NULL)) {
state.identity[0] = '\0';
return false;
}