Skip to content

Commit 6b5bd0a

Browse files
committed
Update Paths.hx
1 parent ee37716 commit 6b5bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/Paths.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ class Paths
603603
public static var contentMetadata:Map<String, ContentMetadata> = [];
604604

605605
#if MODS_ALLOWED
606-
inline static public function mods(key:String)
606+
inline static public function mods(key:String = '')
607607
return 'content/$key';
608608

609609
inline static public function getGlobalContent(){

0 commit comments

Comments
 (0)