Skip to content

Commit

Permalink
Don't even use ".PsychEngine" Jordan (#70)
Browse files Browse the repository at this point in the history
That's why is making an to detect assets from ".PsychEngine" because you don't have the correct folder name @JordanSantiagoYT
  • Loading branch information
Stefan2008Git authored Nov 10, 2023
1 parent aa94bbd commit e430be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e430be7

Please sign in to comment.