mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -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);
|
||||
}
|
||||
|
||||
#if desktop
|
||||
var modList = [];
|
||||
modFolders = [];
|
||||
|
||||
#if desktop
|
||||
for (file in FileSystem.readDirectory('./mods'))
|
||||
{
|
||||
if (FileSystem.isDirectory('./mods/' + file))
|
||||
|
|
Loading…
Reference in a new issue