diff --git a/source/funkin/options/categories/MobileOptions.hx b/source/funkin/options/categories/MobileOptions.hx index 222060cce..414af3241 100644 --- a/source/funkin/options/categories/MobileOptions.hx +++ b/source/funkin/options/categories/MobileOptions.hx @@ -107,7 +107,8 @@ class MobileOptions extends OptionsScreen { try { - Sys.command('rm', ['-rf', lastStoragePath]); + if (Options.storageType != "EXTERNAL") + Sys.command('rm', ['-rf', lastStoragePath]); } catch (e:haxe.Exception) trace('Failed to remove last directory. (${e.message})');