quik thing lol!

This commit is contained in:
Cameron Taylor 2022-01-31 14:17:37 -05:00
parent 9f3a11a01a
commit 1aef44b905

View file

@ -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...');