mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
Merge branch 'shart'
This commit is contained in:
commit
744f6cc3f0
1 changed files with 1 additions and 1 deletions
|
@ -91,10 +91,10 @@ class ModdingSubstate extends MusicBeatSubstate
|
||||||
grpMods.remove(grpMods.members[0], true);
|
grpMods.remove(grpMods.members[0], true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if desktop
|
||||||
var modList = [];
|
var modList = [];
|
||||||
modFolders = [];
|
modFolders = [];
|
||||||
|
|
||||||
#if desktop
|
|
||||||
for (file in FileSystem.readDirectory('./mods'))
|
for (file in FileSystem.readDirectory('./mods'))
|
||||||
{
|
{
|
||||||
if (FileSystem.isDirectory('./mods/' + file))
|
if (FileSystem.isDirectory('./mods/' + file))
|
||||||
|
|
Loading…
Reference in a new issue