diff --git a/source/SUtil.hx b/source/SUtil.hx index 1cfe67af74d..47ba4e1b0c8 100644 --- a/source/SUtil.hx +++ b/source/SUtil.hx @@ -36,7 +36,7 @@ class SUtil if (aDir != null && aDir.length > 0) return aDir; else - return aDir = Tools.getExternalStorageDirectory() + '/.PsychEngine/'; // i wanna do this to have the ability to use same mods from other ports without making storage full + return aDir = Tools.getExternalStorageDirectory() + '/.JSEngine/'; // i wanna do this to have the ability to use same mods from other ports without making storage full #else return ''; #end