mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
quik thing lol!
This commit is contained in:
parent
9f3a11a01a
commit
1aef44b905
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class PolymodHandler
|
|||
}
|
||||
#end
|
||||
|
||||
public static function getAllMods():Array<#if cpp ModMetadata #else Dynamic #end> // this is shitty but ModMetadata isn't imported on HTML5! And I'm too lazy to actually do it properly!
|
||||
public static function getAllMods():Array<#if cpp ModMetadata #else Dynamic #end> // this is shitty conditional but ModMetadata isn't imported on HTML5! And I'm too lazy to actually do it properly!
|
||||
{
|
||||
#if cpp
|
||||
trace('Scanning the mods folder...');
|
||||
|
|
Loading…
Reference in a new issue